diff --git a/backend/dev-requirements.txt b/backend/dev-requirements.txt index 3450dfcfc..0e2f0c12f 100644 --- a/backend/dev-requirements.txt +++ b/backend/dev-requirements.txt @@ -1,5 +1,5 @@ -r requirements.txt -bandit==1.7.9 +bandit==1.7.10 black==24.8.0 coverage==7.6.1 flake8==7.1.1 @@ -9,17 +9,17 @@ parameterized==0.9.0 pep8-naming==0.14.1 pytest-cov==5.0.0 pytest-mock==3.14.0 -pytest-django==4.8.0 +pytest-django==4.9.0 pytest-xdist[psutil]==3.6.1 -pytest==8.3.2 +pytest==8.3.3 responses==0.25.3 watchdog==2.1.9 flake8-bugbear==24.8.19 pdbpp==0.10.3 factory-boy==3.3.1 mypy==1.11.2 -djangorestframework-stubs==3.15.0 -django-stubs==5.0.4 +djangorestframework-stubs==3.15.1 +django-stubs==5.1.0 celery-types==0.22.0 docker==7.1.0 celery[pytest]