From 56abde2b9bfb44ca6ad60449ad8a5a0c063c634c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 01:31:02 +0000 Subject: [PATCH] build(deps-dev): 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6c1154a77..d4f0741f0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3167,13 +3167,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-aiohttp" -version = "1.0.4" +version = "1.0.5" description = "Pytest plugin for aiohttp support" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-aiohttp-1.0.4.tar.gz", hash = "sha256:39ff3a0d15484c01d1436cbedad575c6eafbf0f57cdf76fb94994c97b5b8c5a4"}, - {file = "pytest_aiohttp-1.0.4-py3-none-any.whl", hash = "sha256:1d2dc3a304c2be1fd496c0c2fb6b31ab60cd9fc33984f761f951f8ea1eb4ca95"}, + {file = "pytest-aiohttp-1.0.5.tar.gz", hash = "sha256:880262bc5951e934463b15e3af8bb298f11f7d4d3ebac970aab425aff10a780a"}, + {file = "pytest_aiohttp-1.0.5-py3-none-any.whl", hash = "sha256:63a5360fd2f34dda4ab8e6baee4c5f5be4cd186a403cabd498fced82ac9c561e"}, ] [package.dependencies] @@ -4459,4 +4459,4 @@ toucan-toco = ["toucan-client"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.12" -content-hash = "c661c809095cd6d6f96386ecc5660dee9f5edd5957934e4a715bba55bc3cd038" +content-hash = "08eb6477169a0656f4f29ee5a7dc3a6f2c1c7b8ab174aa97f9f9bc023787ff32" diff --git a/pyproject.toml b/pyproject.toml index 42de3cfba..72dfe7466 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ flake8 = "^6.1.0" flake8-quotes = "^3.3.2" isort = "^5.12.0" mock = "^5.1.0" -pytest-aiohttp = "^1.0.4" +pytest-aiohttp = "^1.0.5" pytest-asyncio = ">=0.19.0,<1" pytest-cov = "^4.1.0" pytest = "^7.4.1"