From 3c69ecacfb18698e078606c9bb111402b42346d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 03:44:37 +0000 Subject: [PATCH] build(deps): bump pytest-aiohttp from 1.0.4 to 1.0.5 (#782) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2ec149a9..c19f9768 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ aiosqlite==0.19.0 cryptography==41.0.3 pydantic==2.3.0 pytest==7.4.1 -pytest-aiohttp==1.0.4 +pytest-aiohttp==1.0.5 pytest-cov==4.1.0 sqlalchemy==2.0.20 typing_extensions>=3.10; python_version<"3.10"