Skip to content

Commit 72f9478

Browse files
build(deps-dev): update pytest-asyncio requirement (#3087)
* build(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.1.1...v0.23.7) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * remove pin completely --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ivana Kellyerova <[email protected]>
1 parent 7a8f9be commit 72f9478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devenv-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
-r test-requirements.txt
33
mockupdb # required by `pymongo` tests that are enabled by `pymongo` from linter requirements
44
pytest<7.0.0 # https://github.com/pytest-dev/pytest/issues/9621; see tox.ini
5-
pytest-asyncio<=0.21.1 # https://github.com/pytest-dev/pytest-asyncio/issues/706
5+
pytest-asyncio

0 commit comments

Comments
 (0)