Skip to content

Commit

Permalink
chore(deps-dev): Update pytest-asyncio requirement from ~=0.20.3 to ~…
Browse files Browse the repository at this point in the history
…=0.21.0 (#1978)

chore(deps-dev): Update pytest-asyncio requirement

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.21.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 Mar 24, 2023
1 parent 97a60f1 commit ea84758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r _.txt
pylint~=2.17.1
pytest~=7.2.2
pytest-asyncio~=0.20.3
pytest-asyncio~=0.21.0
# pytest-order~=1.0.1
mypy~=1.1.1
coverage~=7.2
Expand Down

0 comments on commit ea84758

Please sign in to comment.