Skip to content

Commit

Permalink
Merge pull request #7 from team23/dependabot/pip/pytest-asyncio-gte-0…
Browse files Browse the repository at this point in the history
….21.1-and-lt-0.24.0

build(deps-dev): update pytest-asyncio requirement from ^0.21.1 to >=0.21.1,<0.24.0
  • Loading branch information
ddanier authored Dec 5, 2023
2 parents 9fb7217 + d4cec60 commit 9cd1155
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 @@ -19,7 +19,7 @@ fastapi = ["fastapi"]
[tool.poetry.group.dev.dependencies]
pytest = ">=7.1.2,<8.0.0"
pytest-cov = ">=3,<5"
pytest-asyncio = "^0.21.1"
pytest-asyncio = ">=0.21.1,<0.24.0"
mypy = ">=0.971,<2.0"
tox = ">=3.26,<5.0"
httpx = ">=0.24.1,<0.26.0"
Expand Down

0 comments on commit 9cd1155

Please sign in to comment.