Skip to content

Commit

Permalink
⬆️ Update pytest-asyncio requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.20.3...v0.25.2)

---
updated-dependencies:
- dependency-name: pytest-asyncio
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent fba66d7 commit 09d46fc
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 @@ -66,7 +66,7 @@ pytest-split = "^0.8.2"
tomlkit = "<0.13.1"
colorama = "^0.4.6"
aioresponses = "^0.7.6"
pytest-asyncio = ">=0.20.3,<0.24.0"
pytest-asyncio = ">=0.20.3,<0.26.0"

[tool.poetry.extras]
async = [
Expand Down

0 comments on commit 09d46fc

Please sign in to comment.