Skip to content

Commit

Permalink
Update pytest-asyncio requirement from ~=0.24.0 to >=0.24,<0.26 (#250)
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.24.0...v0.25.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 22, 2024
1 parent f0648d3 commit 448e967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ install_requires =
defusedxml >= 0.6.0
tests_require =
pytest ~= 8.3.3
pytest-asyncio ~= 0.24.0
pytest-asyncio >= 0.24,< 0.26
pytest-aiohttp ~= 1.0.5
pytest-cov ~= 5.0.0
coverage ~= 7.6.1
Expand Down

0 comments on commit 448e967

Please sign in to comment.