Skip to content

Commit

Permalink
Fixed pytest-asyncio version
Browse files Browse the repository at this point in the history
  • Loading branch information
ml31415 committed Sep 25, 2023
1 parent 540b370 commit 728526d
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 @@ -26,7 +26,7 @@ dependencies = [
]
optional-dependencies.dev = [
"pytest>=7.1",
"pytest-asyncio>=0.21",
"pytest-asyncio>=0.21.0",
"pytest-benchmark>=4.0",
"twine>=4.0.2",
"requests>=2.20.0",
Expand All @@ -50,7 +50,7 @@ msgspec = ">=0.16"

[tool.poetry.dev-dependencies]
pytest = "^7.1"
pytest-asyncio = "^0.21"
pytest-asyncio = "^0.21.0"
pytest-benchmark = "^4.0"
requests = "^2.20"

Expand Down

0 comments on commit 728526d

Please sign in to comment.