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"