Skip to content

Commit

Permalink
Update pytest-asyncio requirement (#455)
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.2...v0.23.2)

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

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 Jan 14, 2024
1 parent 6507c73 commit 932d69a
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 @@ -45,7 +45,7 @@ i18n = [
]
test = [
"pytest >=7.2.0, <7.5.0",
"pytest-asyncio >=0.20.2, <0.22.0",
"pytest-asyncio >=0.20.2, <0.24.0",
"mypy ==1.8.0",
"ruff ==0.1.9",
"black ==23.12.1",
Expand Down

0 comments on commit 932d69a

Please sign in to comment.