From 3bf9863a70d9b5723b2c796db0e8cd0f36a013be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 08:57:33 +0200 Subject: [PATCH] Update mypy requirement from 1.3.0 to 1.4.0 in /backend (#233) 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 5db678c0..e2b55fbd 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.3.0" +mypy = "1.4.0" black = ">=22.12.0" isort = ">=5.11.4" pylint = ">=2.15.10"