From e04a0e7efe29d0689014aafb9bd8826ae206a2da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 16:50:14 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.24.0 to 0.25.3 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.24.0 to 0.25.3. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.24.0...v0.25.3) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 73c6d85..71bd338 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -2,7 +2,7 @@ autoflake httpx >=0.22.0 mypy == 1.13.0 pytest >=7.1.3,<9.0.0 -pytest-asyncio==0.24.0 +pytest-asyncio==0.25.3 pytest-cov >=2.12.0,<7.0.0 pytest-django ruff ==0.7.2