Skip to content

Commit

Permalink
Bump dev dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
matyasrichter committed Nov 13, 2023
1 parent 2bad635 commit 8267f67
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ fastapi = ">=0.70.0"
injector = ">=0.19.0"

[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"
pytest-asyncio = ">=0.20.3,<0.22.0"
pytest-cov = "^4.0.0"
pre-commit = ">=2.21,<4.0"
httpx = ">=0.23.3,<0.26.0"
pytest = "^7.4.3"
pytest-asyncio = "^0.21.1"
pytest-cov = "^4.1.0"
pre-commit = "^3.5.0"
httpx = "^0.25.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 8267f67

Please sign in to comment.