diff --git a/requirements/base.txt b/requirements/base.txt index 8b16eb18..6384c500 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,30 +1,30 @@ Django==5.2.6 django-environ==0.12.0 psycopg2==2.9.10 -djangorestframework==3.16.0 +djangorestframework==3.16.1 celery==5.5.3 django-celery-results==2.6.0 django-celery-beat==2.8.1 -whitenoise==6.9.0 +whitenoise==6.11.0 django-filter==25.1 django-extensions==4.1 -django-cors-headers==4.7.0 +django-cors-headers==4.9.0 django-storages==1.14.6 drf-jwt==1.19.2 -boto3==1.38.41 +boto3==1.40.37 attrs==25.3.0 gunicorn==23.0.0 -sentry-sdk==2.30.0 +sentry-sdk==2.38.0 -requests==2.32.4 +requests==2.32.5 -google-api-python-client==2.173.0 +google-api-python-client==2.183.0 google-auth==2.40.3 google-auth-httplib2==0.2.0 google-auth-oauthlib==1.2.2 diff --git a/requirements/local.txt b/requirements/local.txt index 07587bc4..8d79cc91 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -1,21 +1,21 @@ -r base.txt -pytest==8.4.1 +pytest==8.4.2 pytest-django==4.11.1 factory-boy==3.3.3 -Faker==37.4.0 +Faker==37.8.0 ipdb==0.13.13 -ipython==9.3.0 +ipython==9.5.0 -django-debug-toolbar==5.2.0 +django-debug-toolbar==6.0.0 -mypy==1.16.1 +mypy==1.18.2 -django-stubs==5.2.1 -djangorestframework-stubs==3.16.0 -boto3-stubs==1.38.41 +django-stubs==5.2.5 +djangorestframework-stubs==3.16.3 +boto3-stubs==1.40.37 -ruff==0.12.0 -pre-commit==4.2.0 +ruff==0.13.1 +pre-commit==4.3.0