From 4d5212a1c293965789af255a5400cfe049e62768 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 02:35:37 +0000 Subject: [PATCH] Bump pytest-aiohttp from 1.0.5 to 1.1.0 Bumps [pytest-aiohttp](https://github.com/aio-libs/pytest-aiohttp) from 1.0.5 to 1.1.0. - [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.5...v1.1.0) --- updated-dependencies: - dependency-name: pytest-aiohttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e1408c9..fecdd67 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ alabaster>=0.6.2 coverage==7.6.10 jinja2==3.1.5 pytest==8.3.4 -pytest-aiohttp==1.0.5 +pytest-aiohttp==1.1.0 pytest-cov==6.0.0 yarl==1.18.3