From 5ec43e28b82430b66aa300c9e55f99926c836c31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 08:14:48 +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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 54051419..9d693904 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ test = [ "pylint==3.3.3", "pytest==8.3.4", "pytest-asyncio==0.25.2", - "pytest-aiohttp==1.0.5", + "pytest-aiohttp==1.1.0", "pytest-cov==6.0.0", "ruff==0.9.2", "tomli==2.2.1",