From a0f27853e6159e985a3b0eafd72cbc47ddb20462 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 10:01:55 +0000 Subject: [PATCH] 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.15.1...v0.23.3) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index b6ea469a..deadd5ae 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -5,6 +5,6 @@ isort==5.13.2 mypy==1.8.0 types-protobuf==4.24.0.4 pytest>=6.2.4,<8 -pytest-asyncio>=0.15.1,<=0.21.1 +pytest-asyncio>=0.15.1,<=0.23.3 mock>=4.0.3,<6 pytest-cov>=4.1.0