diff --git a/backend/Pipfile b/backend/Pipfile index 8cd76efe..495a10e7 100644 --- a/backend/Pipfile +++ b/backend/Pipfile @@ -27,7 +27,7 @@ python-multipart = "*" [dev-packages] mypy = "0.991" black = "22.12.0" -isort = "5.11.3" +isort = "5.11.4" pylint = "2.15.9" pytest = "7.2.0" pytest-asyncio = "0.20.3"