From a8c5f1aa0bdd8d35afb0f19cf6ac948ede8aa375 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 09:43:04 +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 +- requirements-test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 59d664b0..27e79687 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ test = [ "mypy==1.5.1", "pylint==2.17.5", "pytest==7.4.2", - "pytest-aiohttp==1.0.4", + "pytest-aiohttp==1.0.5", "pytest-cov==4.1.0", ] diff --git a/requirements-test.txt b/requirements-test.txt index 490be277..ff96a11b 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -5,5 +5,5 @@ isort==5.12.0 mypy==1.5.1 pylint==2.17.5 pytest==7.4.2 -pytest-aiohttp==1.0.4 +pytest-aiohttp==1.0.5 pytest-cov==4.1.0