Skip to content

Commit 3ce13be

Browse files
committedFeb 2, 2024·
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 79395b2 commit 3ce13be

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed
 

‎poetry.lock

+10-10
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
@@ -17,7 +17,7 @@ prometheus-client = "^0.19.0"
1717
pydantic-settings = "^2.1.0"
1818

1919
[tool.poetry.dev-dependencies]
20-
pytest = "^7"
20+
pytest = "^8"
2121
prospector = "^1"
2222
pytest-cov = "^4"
2323
pytest-sugar = "^0.9"

0 commit comments

Comments
 (0)
Please sign in to comment.