From bdf8640f8c86cc58d00d3665c3cd7e38a3c32301 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 22:03:27 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.18.3 to 1.2.0 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.18.3 to 1.2.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.18.3...v1.2.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing.txt b/requirements/testing.txt index b165acbe1..294d213ae 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -6,7 +6,7 @@ flake8-isort==4.1.1 pydocstyle==6.1.1 pylint==2.13.7 pytest==7.1.2 -pytest-asyncio==0.18.3 +pytest-asyncio==1.2.0 pytest-cov==3.0.0 setuptools==62.1.0 tox==3.25.0