From 4af838f83290ab37b452459aa79637631ef18728 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 12:15:43 +0000 Subject: [PATCH] deps: update aioresponses requirement from >=0.7.0 to >=0.7.8 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.0...0.7.8) --- updated-dependencies: - dependency-name: aioresponses dependency-version: 0.7.8 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 a555641..e47c170 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,7 +2,7 @@ pytest>=7.0.0 pytest-cov>=4.0.0 pytest-asyncio>=0.21.0 -aioresponses>=0.7.0 +aioresponses>=0.7.8 # Dependencies from the integration (needed for imports) aiofiles>=23.0.0