diff --git a/requirements/base.txt b/requirements/base.txt index 1cc904f1..fe0c4b95 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,9 +1,9 @@ -Django==5.2.7 +Django==5.2.8 django-environ==0.12.0 psycopg2==2.9.11 djangorestframework==3.16.1 -celery==5.5.3 +celery==5.6.0 django-celery-results==2.6.0 django-celery-beat==2.8.1 @@ -13,22 +13,22 @@ django-filter==25.2 django-extensions==4.1 django-cors-headers==4.9.0 django-storages==1.14.6 -django-structlog[celery]==9.1.1 +django-structlog[celery]==10.0.0 drf-jwt==1.19.2 -boto3==1.40.52 +boto3==1.42.0 attrs==25.4.0 gunicorn==23.0.0 -sentry-sdk==2.42.0 +sentry-sdk==2.46.0 requests==2.32.5 -google-api-python-client==2.184.0 -google-auth==2.41.1 -google-auth-httplib2==0.2.0 -google-auth-oauthlib==1.2.2 +google-api-python-client==2.187.0 +google-auth==2.43.0 +google-auth-httplib2==0.2.1 +google-auth-oauthlib==1.2.3 pyotp==2.9.0 qrcode==8.2 diff --git a/requirements/local.txt b/requirements/local.txt index af9253b0..60b990fc 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -1,21 +1,21 @@ -r base.txt -pytest==8.4.2 +pytest==9.0.1 pytest-django==4.11.1 factory-boy==3.3.3 -Faker==37.11.0 +Faker==38.2.0 ipdb==0.13.13 -ipython==9.6.0 +ipython==9.7.0 -django-debug-toolbar==6.0.0 +django-debug-toolbar==6.1.0 -mypy==1.18.2 +mypy==1.19.0 -django-stubs==5.2.7 -djangorestframework-stubs==3.16.4 -boto3-stubs==1.40.52 +django-stubs==5.2.8 +djangorestframework-stubs==3.16.5 +boto3-stubs==1.41.5 -ruff==0.14.0 -pre-commit==4.3.0 +ruff==0.14.7 +pre-commit==4.5.0