diff --git a/backend/Pipfile b/backend/Pipfile index 41a14060f..b2e5c1f91 100644 --- a/backend/Pipfile +++ b/backend/Pipfile @@ -35,7 +35,7 @@ uvicorn = ">=0.20.0" [dev-packages] aioresponses = ">=0.7.4" mypy = ">=1.3.1" -pluggy = "<=1.4.0" +pluggy = "<=1.5.0" pylint = ">=2.15.10" pytest = "<=8.1.1" pytest-asyncio = "<=0.21.1"