Skip to content

Commit

Permalink
fix(deps): update dependency pytest-asyncio to ^0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent ec34f23 commit 9b002e0
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 @@ emojiflags = "^0.1.1"
orjson = "^3.8.3"
pydantic = "^2.0.3"
pytest = { version = "^8.0.0", optional = true }
pytest-asyncio = { version = "^0.24.0", optional = true }
pytest-asyncio = { version = "^0.25.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 @@ pyjwt = "^2.6.0"

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

0 comments on commit 9b002e0

Please sign in to comment.