diff --git a/backend/Pipfile b/backend/Pipfile index 68c346676..89c6cff57 100644 --- a/backend/Pipfile +++ b/backend/Pipfile @@ -33,7 +33,7 @@ uvicorn = ">=0.20.0" [dev-packages] aioresponses = ">=0.7.4" mypy = ">=1.3.1" -pluggy = "<=1.3.0" +pluggy = "<=1.4.0" pylint = ">=2.15.10" pytest = "<=8.0.0" pytest-asyncio = "<=0.21.1"