Skip to content

Commit a443d2d

Browse files
Update pytest-asyncio requirement from ~=0.19.0 to ~=0.20.1 (#1717)
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.19.0...v0.20.1) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: BobDotCom <[email protected]>
1 parent 01e3cd5 commit a443d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r requirements.txt
22
pylint~=2.15.5
33
pytest~=7.1.3
4-
pytest-asyncio~=0.19.0
4+
pytest-asyncio~=0.20.1
55
# pytest-order~=1.0.1
66
mypy~=0.982
77
coverage~=6.5

0 commit comments

Comments
 (0)