From c0eba7ea174e08ab1d54e4f074f03e2377ea5210 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 08:55:43 +0000 Subject: [PATCH] Update pytest-aiohttp requirement from >=1.0 to >=1.1.0 Updates the requirements on [pytest-aiohttp](https://github.com/aio-libs/pytest-aiohttp) to permit the latest version. - [Release notes](https://github.com/aio-libs/pytest-aiohttp/releases) - [Changelog](https://github.com/aio-libs/pytest-aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/pytest-aiohttp/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: pytest-aiohttp dependency-version: 1.1.0 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 a48ef04..2b61532 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,5 @@ pytest>=8.0 -pytest-aiohttp>=1.0 +pytest-aiohttp>=1.1.0 pytest-asyncio>=0.23 aiohttp>=3.13.0 aiohttp-cors>=0.8.0