From 0ebbd6903903133e1485a99a43e86c6c51a8f4f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 02:13:03 +0000 Subject: [PATCH] build: 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 4e03397b..c011b9f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ test = [ "coverage==7.3.0", "pytest==7.4.1", - "pytest-aiohttp==1.0.4", + "pytest-aiohttp==1.0.5", "pytest-mock==3.11.1", "pytest-timeout==2.1.0", "playwright==1.37.0",