Skip to content

Commit

Permalink
chore(deps): Update pytest-asyncio requirement from ~=0.20.1 to ~=0.2…
Browse files Browse the repository at this point in the history
…0.2 (#1777)

Update pytest-asyncio requirement from ~=0.20.1 to ~=0.20.2

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)
- [Changelog](https://github.com/pytest-dev/pytest-asyncio/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-asyncio@v0.20.1...v0.20.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 14, 2022
1 parent 8da862b commit 36ac4c6
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.15.5
pytest~=7.2.0
pytest-asyncio~=0.20.1
pytest-asyncio~=0.20.2
# pytest-order~=1.0.1
mypy~=0.990
coverage~=6.5
Expand Down

0 comments on commit 36ac4c6

Please sign in to comment.