From dd1ce86bf96e267dc077120d01794bb54415c7c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 10:29:23 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.21.1 to 1.2.0 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.21.1 to 1.2.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.21.1...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_tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_tests.txt b/requirements_tests.txt index ec7420c..a009b92 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -5,6 +5,6 @@ exceptiongroup==1.2.2 iniconfig==2.0.0 pluggy==1.5.0 pytest==8.0.2 -pytest-asyncio==0.21.1 +pytest-asyncio==1.2.0 tomli==2.0.2 typing-extensions~=4.15.0