From 9cc135ce6911f92f11f58ed9172cdeb8eaa25006 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 10:41:34 +0200 Subject: [PATCH] Update mypy requirement from 1.4.0 to 1.4.1 in /backend (#234) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Pipfile b/backend/Pipfile index e2b55fbd..ed912e86 100644 --- a/backend/Pipfile +++ b/backend/Pipfile @@ -28,7 +28,7 @@ sentry-sdk = ">=1.13.0" fastapi-sso = ">=0.6.4" [dev-packages] -mypy = "1.4.0" +mypy = "1.4.1" black = ">=22.12.0" isort = ">=5.11.4" pylint = ">=2.15.10"