From 01c7c06e686b53a37c054f5cc199c8a265118eeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 04:22:58 +0000 Subject: [PATCH] Update aioresponses requirement from 0.7.3 to 0.7.4 in /backend Updates the requirements on [aioresponses](https://github.com/pnuckowski/aioresponses) to permit the latest version. - [Release notes](https://github.com/pnuckowski/aioresponses/releases) - [Commits](https://github.com/pnuckowski/aioresponses/compare/0.7.3...0.7.4) --- updated-dependencies: - dependency-name: aioresponses dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- backend/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Pipfile b/backend/Pipfile index 918cd47a..5e22a9d5 100644 --- a/backend/Pipfile +++ b/backend/Pipfile @@ -32,7 +32,7 @@ pylint = "2.15.8" pytest = "7.2.0" pytest-asyncio = "0.20.3" aiohttp = "3.8.3" -aioresponses = "0.7.3" +aioresponses = "0.7.4" [requires] python_version = "3.10"