Skip to content

Commit

Permalink
Merge pull request #52 from NiceAesth/renovate/pytest-asyncio-0.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency pytest-asyncio to ^0.24.0
  • Loading branch information
NiceAesth authored Sep 17, 2024
2 parents 3f6a543 + 927761c commit 0f0400d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ aiolimiter = "^1.0.0"
orjson = "^3.8.3"
pydantic = "^2.0.3"
pytest = { version = "^8.0.0", optional = true }
pytest-asyncio = { version = "^0.23.5", optional = true }
pytest-asyncio = { version = "^0.24.0", optional = true }
pytest-mock = { version = "^3.10.0", optional = true }
toml = { version = "^0.10.2", optional = true }
sphinx = { version = "^7.0.0", optional = true }
Expand All @@ -51,7 +51,7 @@ python-socketio = { extras = ["asyncio_client"], version = "^5.7.2" }

[tool.poetry.group.dev.dependencies]
pytest = "^8.0.0"
pytest-asyncio = "^0.23.5"
pytest-asyncio = "^0.24.0"
pytest-mock = "^3.10.0"
mypy = "^1.0"
toml = "^0.10.2"
Expand Down

0 comments on commit 0f0400d

Please sign in to comment.