@@ -14,34 +14,34 @@ dependencies = [
1414 " celery==5.6.3" ,
1515 # Pin dandischema to exact version to make explicit which schema version is being used
1616 " dandischema==0.12.1" , # schema version 0.7.0
17- " django[argon2]==5.2.13 " ,
18- " django-allauth==65.16.1 " ,
17+ " django[argon2]==5.2.14 " ,
18+ " django-allauth==65.18.0 " ,
1919 " django-auth-style==0.15.0" ,
2020 " django-click==2.5.0" ,
2121 " django-cors-headers==4.9.0" ,
2222 " django-environ==0.13.0" ,
2323 " django-extensions==4.1" ,
2424 " django-filter==25.2" ,
2525 " django-guardian==3.3.1" ,
26- " django-oauth-toolkit==3.2 .0" ,
27- " django-resonant-settings[allauth,celery]==0.50.4 " ,
26+ " django-oauth-toolkit==3.3 .0" ,
27+ " django-resonant-settings[allauth,celery]==0.51.1 " ,
2828 " django-resonant-utils[allauth,s3_storage]==0.19.0" ,
2929 " django-stubs-ext==6.0.3" ,
3030 " djangorestframework==3.17.1" ,
3131 " drf-extensions==0.8.0" ,
3232 " drf-yasg==1.21.15" ,
3333 " jsonschema==4.26.0" ,
34- " more_itertools==11.0.2 " ,
35- " psycopg[binary]==3.3.3 " ,
34+ " more_itertools==11.1.0 " ,
35+ " psycopg[binary]==3.3.4 " ,
3636 " pyyaml==6.0.3" ,
37- " requests==2.33.1 " ,
37+ " requests==2.34.2 " ,
3838 " rich==15.0.0" ,
3939 " whitenoise[brotli]==6.12.0" ,
4040 " zarr-checksum==0.4.7" ,
4141 # Production-only
4242 " django-s3-file-field[s3]==1.1.0" ,
4343 " django-storages[s3]==1.14.6" ,
44- " sentry-sdk[celery,django,pure_eval]==2.58 .0" ,
44+ " sentry-sdk[celery,django,pure_eval]==2.61 .0" ,
4545 " gunicorn==25.3.0" ,
4646 # Development-only, but required
4747 " tqdm==4.67.3" ,
@@ -53,12 +53,12 @@ development = [
5353 # Runtime dependencies, only needed with "development" settings
5454 " django-browser-reload==1.21.0" ,
5555 " django-debug-toolbar==6.3.0" ,
56- " ipython==9.13 .0" ,
56+ " ipython==9.14 .0" ,
5757 " watchdog==6.0.0" ,
5858 " werkzeug==3.1.8" ,
5959]
6060cli = [
61- " dandi[extras]==0.74.3 " ,
61+ " dandi[extras]==0.76.0 " ,
6262]
6363
6464[dependency-groups ]
0 commit comments