From c9f7331c69e3076147d48990dcce8c06301deb3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 10:36:21 +0000 Subject: [PATCH] build(deps): Bump pytest-asyncio from 0.26.0 to 1.0.0 in /requirements Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.26.0 to 1.0.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.26.0...v1.0.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements_test.txt b/requirements/requirements_test.txt index d94a6fe4e..f31a80052 100644 --- a/requirements/requirements_test.txt +++ b/requirements/requirements_test.txt @@ -6,7 +6,7 @@ mutagen==1.47.0 pyfakefs==5.9.1 pylint==3.3.7 pytest==8.3.5 -pytest-asyncio==0.26.0 +pytest-asyncio==1.0.0 pytest-cov==6.1.1 pytest-timeout==2.4.0 pytest-aiohttp==1.0.5