From dd47f5c95bdc3e7d1ef7d91fa2f6775c4f47865d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 09:22:11 +0100 Subject: [PATCH] Bump pytest-asyncio from 0.23.3 to 0.23.4 (#807) Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.3 to 0.23.4. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.3...v0.23.4) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index e3979d63..c6fdd327 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -5,6 +5,6 @@ pre-commit==3.6.0 pylint==3.0.3 pylint_strict_informational==0.1 pytest==7.4.4 -pytest-asyncio==0.23.3 +pytest-asyncio==0.23.4 pytest-cov==4.1.0 pytest-timeout==2.2.0