Skip to content

Commit b2a645b

Browse files
Bump pytest from 8.4.2 to 9.0.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.0.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.4.2...9.0.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f8e8e9a commit b2a645b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ include = ["py.typed"]
3333
packages = [{ include = "pyhtml" }]
3434

3535
[tool.poetry.group.dev.dependencies]
36-
pytest = ">=7.4.2,<9.0.0"
36+
pytest = ">=7.4.2,<10.0.0"
3737
mypy = "^1.18.2"
3838
autopep8 = "^2.0.4"
3939
coverage = "^7.10.7"

0 commit comments

Comments
 (0)