Skip to content

Commit a20c161

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

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ structlog = ">=23.1.0"
2020

2121
[tool.poetry.group.dev.dependencies]
2222
mypy = "^1.5.1"
23-
pytest = "^7.4.2"
23+
pytest = ">=7.4.2,<9.0.0"
2424
ruff = "^0.1.13"
2525
types-python-dateutil = "^2.8.19.14"
2626
types-requests = "^2.31.0.4"

0 commit comments

Comments
 (0)