Skip to content

Dependencies update #470

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Dec 4, 2024
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@ django-celery-beat==2.6.0

whitenoise==6.7.0

django-filter==24.2
django-filter==24.3
django-extensions==3.2.3
django-cors-headers==4.4.0
django-storages==1.14.4

drf-jwt==1.19.2

boto3==1.34.152
attrs==23.2.0
boto3==1.35.53
attrs==24.2.0

gunicorn==22.0.0
sentry-sdk==2.8.0
sentry-sdk==2.17.0

requests==2.32.3

google-api-python-client==2.139.0
google-auth==2.33.0
google-auth==2.35.0
google-auth-httplib2==0.2.0
google-auth-oauthlib==1.0.0
google-auth-oauthlib==1.2.1

pyotp==2.9.0
qrcode==7.4.2
8 changes: 4 additions & 4 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
pytest==8.3.2
pytest-django==4.8.0

factory-boy==3.3.0
Faker==26.0.0
factory-boy==3.3.1
Faker==30.8.2

ipdb==0.13.13
ipython==8.26.0

django-debug-toolbar==4.4.6

mypy==1.11.1
mypy==1.13.0

django-stubs==5.0.2
django-stubs==5.1.1
djangorestframework-stubs==3.15.0
boto3-stubs==1.34.152

Expand Down
Loading