From 5847ef3d359d1cbf1f8b2e6e32fd0ebf7f938b25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 03:15:36 +0000 Subject: [PATCH] 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](https://github.com/pytest-dev/pytest-asyncio/compare/v0.1.1...v0.23.6) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- devenv-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devenv-requirements.txt b/devenv-requirements.txt index 2b7abae3c2..6608512e68 100644 --- a/devenv-requirements.txt +++ b/devenv-requirements.txt @@ -2,4 +2,4 @@ -r test-requirements.txt mockupdb # required by `pymongo` tests that are enabled by `pymongo` from linter requirements pytest<7.0.0 # https://github.com/pytest-dev/pytest/issues/9621; see tox.ini -pytest-asyncio<=0.21.1 # https://github.com/pytest-dev/pytest-asyncio/issues/706 +pytest-asyncio<=0.23.6 # https://github.com/pytest-dev/pytest-asyncio/issues/706