From ed4ae911d03bbe2f785b4246710235027054f5c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 13:44:39 +0200 Subject: [PATCH] Bump pytest-asyncio from 0.23.8 to 0.24.0 (#915) Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.8 to 0.24.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.8...v0.24.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-minor ... 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 aa4cf16a..b3dc5fc2 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -5,6 +5,6 @@ pre-commit==3.8.0 pylint==3.2.6 pylint_strict_informational==0.1 pytest==8.3.2 -pytest-asyncio==0.23.8 +pytest-asyncio==0.24.0 pytest-cov==5.0.0 pytest-timeout==2.3.1