Skip to content

Commit

Permalink
Update dependency pytest to v8 (#23)
Browse files Browse the repository at this point in the history
* Update dependency pytest to v8

* Fix

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Simon Gurcke <simon@gurcke.de>
  • Loading branch information
renovate[bot] and itssimon authored Jun 21, 2024
1 parent 349ac76 commit 572245c
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 8 deletions.
34 changes: 28 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,12 @@ pre-commit = "^3.5.0"
ruff = "^0.4.8"

[tool.poetry.group.test.dependencies]
pytest = "^7.4.3"
pytest = [
{ version = "^7.0.0", python = ">=3.8,<3.9" },
{ version = "^8.0.0", python = ">=3.9" }
]
pytest-asyncio = "^0.23.0"
pytest-cov = "^4.1.0"
pytest-cov = "^5.0.0"
pytest-httpx = [
{ version = "^0.22.0", python = ">=3.8,<3.9" },
{ version = "^0.30.0", python = ">=3.9" }
Expand Down

0 comments on commit 572245c

Please sign in to comment.