Skip to content

Commit

Permalink
bump pytest and -asyncio to ^8 and ^0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikq committed Nov 27, 2024
1 parent 8c17551 commit 4269ad3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions python/zeroeventhub/poetry.lock

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

4 changes: 2 additions & 2 deletions python/zeroeventhub/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ fastapi = "^0.115"
httpx = "^0.27"

[tool.poetry.group.dev.dependencies]
pytest = "^7"
pytest = "^8"
pytest-mock = "^3"
poetry-types = "^0.5"
coverage = "^7"
respx = "^0.21"
pyright = "^1"
pytest-asyncio = "^0.23"
pytest-asyncio = "^0.24"
ruff = "^0.8"

[build-system]
Expand Down

0 comments on commit 4269ad3

Please sign in to comment.