From 2c4ded2705c9fbf67cda4ec0d609b1505e29b3ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 17:45:21 +0000 Subject: [PATCH] Bump pytest-aiohttp from 1.0.4 to 1.0.5 Bumps [pytest-aiohttp](https://github.com/aio-libs/pytest-aiohttp) from 1.0.4 to 1.0.5. - [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.4...v1.0.5) --- updated-dependencies: - dependency-name: pytest-aiohttp dependency-type: direct:production 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 41d3ee183..86a95cfe0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ test = [ "ruff==0.1.1", "pytest==7.4.3", "pytest-asyncio==0.21.1", - "pytest-aiohttp==1.0.4", + "pytest-aiohttp==1.0.5", "pytest-cov==4.1.0", "pre-commit==3.3.3" ]