From 11ecce1c36c4c39fafb64dab10598f8b5ef4a92f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 08:23:14 +0000 Subject: [PATCH] Bump pytest-aiohttp from 1.1.0 to 1.1.1 Bumps [pytest-aiohttp](https://github.com/aio-libs/pytest-aiohttp) from 1.1.0 to 1.1.1. - [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.1.0...v1.1.1) --- updated-dependencies: - dependency-name: pytest-aiohttp dependency-version: 1.1.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d2ffe55c..eee363cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ test = [ "pylint==4.0.5", "pytest==9.0.3", "pytest-asyncio==1.4.0", - "pytest-aiohttp==1.1.0", + "pytest-aiohttp==1.1.1", "pytest-cov==7.1.0", "ruff==0.15.15", "tomli==2.4.1",