From 75b31d51017e184534dbdccc0ed394ec4fa2330d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 07:07:49 +0000 Subject: [PATCH] Bump pytest-asyncio from 1.1.0 to 1.1.1 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 69b25e9..4368ffe 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,5 +1,5 @@ pytest-aiohttp==1.1.0 -pytest-asyncio==1.1.0 +pytest-asyncio==1.1.1 pytest-cov==6.2.1 pytest-sugar==1.0.0 pytest-timeout==2.4.0