From a708077f2cbbe57bafac280c6886483597de3682 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 19:53:04 +0000 Subject: [PATCH] Update aioresponses requirement from >=0.7.8 to >=0.7.9 Updates the requirements on [aioresponses](https://github.com/pnuckowski/aioresponses) to permit the latest version. - [Release notes](https://github.com/pnuckowski/aioresponses/releases) - [Commits](https://github.com/pnuckowski/aioresponses/compare/0.7.8...0.7.9) --- updated-dependencies: - dependency-name: aioresponses dependency-version: 0.7.9 dependency-type: direct:production ... 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 0456571..edaa2d3 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,4 +1,4 @@ -aioresponses>=0.7.8 +aioresponses>=0.7.9 pytest-asyncio>=1.4.0 pytest-cov>=7.1.0 pytest>=9.1.1