Skip to content

Commit

Permalink
Set pytest to > 8
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Apr 4, 2024
1 parent 8f6c515 commit e275dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ httpx = ">=0.23,<1"

[tool.poetry.dev-dependencies]
black = "^24.3"
pytest = "^7.3.0"
pytest = "^8"
pytest-httpx = ">0.15,<1"
pytest-asyncio = "^0.16.0"
isort = "^5.10.0"
Expand Down

0 comments on commit e275dcc

Please sign in to comment.