From c82701633464aa6b1dad57dd90d478db344e6952 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 14:44:05 +0000 Subject: [PATCH] Update isort requirement from 5.10.1 to 5.11.1 in /backend (#7) --- backend/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Pipfile b/backend/Pipfile index 56191b0b..87cb3a20 100644 --- a/backend/Pipfile +++ b/backend/Pipfile @@ -27,7 +27,7 @@ python-multipart = "*" [dev-packages] mypy = "0.991" black = "22.12.0" -isort = "5.10.1" +isort = "5.11.1" pylint = "2.15.8" pytest = "7.2.0" pytest-asyncio = "0.20.3"