From 6a852cf4881e9f52676a49c2f5e97a6585342796 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 00:25:02 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.23.8 to 0.24.0 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev_requirements/requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements/requirements-tests.txt b/dev_requirements/requirements-tests.txt index 5889f33..fecff28 100644 --- a/dev_requirements/requirements-tests.txt +++ b/dev_requirements/requirements-tests.txt @@ -14,5 +14,5 @@ pytest==8.3.2 # via # -r dev_requirements/requirements-tests.in # pytest-asyncio -pytest-asyncio==0.23.8 +pytest-asyncio==0.24.0 # via -r dev_requirements/requirements-tests.in