From 87c6a468e14e2b47ab3a6508495a1c15d607e53f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 02:03:33 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.25.3 to 1.2.0 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.25.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.25.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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e07e764f..cdf50397 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ decoy==2.1.1 flake8==7.3.0; python_version > "3.8" flake8==7.1.2; python_version == "3.8" -pytest-asyncio==0.25.3; python_version > "3.8" +pytest-asyncio==1.2.0; python_version > "3.8" pytest-asyncio==0.23.4; python_version == "3.8" pytest-cov==4.1.0