@@ -10,11 +10,11 @@ license-files = ["LICENSE", "NOTICE"]
1010classifiers = [" Private :: Do Not Upload" ]
1111dependencies = [
1212 # Runtime dependencies, always needed
13- " boto3==1.42.97 " ,
13+ " boto3==1.43.6 " ,
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 " ,
17+ " django[argon2]==5.2.14 " ,
1818 " django-allauth==65.16.1" ,
1919 " django-auth-style==0.15.0" ,
2020 " django-click==2.5.0" ,
@@ -24,15 +24,15 @@ dependencies = [
2424 " django-filter==25.2" ,
2525 " django-guardian==3.3.1" ,
2626 " django-oauth-toolkit==3.2.0" ,
27- " django-resonant-settings[allauth,celery]==0.50.4 " ,
27+ " django-resonant-settings[allauth,celery]==0.50.5 " ,
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" ,
3434 " more_itertools==11.0.2" ,
35- " psycopg[binary]==3.3.3 " ,
35+ " psycopg[binary]==3.3.4 " ,
3636 " pyyaml==6.0.3" ,
3737 " requests==2.33.1" ,
3838 " rich==15.0.0" ,
@@ -41,7 +41,7 @@ dependencies = [
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.59 .0" ,
4545 " gunicorn==25.3.0" ,
4646 # Development-only, but required
4747 " tqdm==4.67.3" ,
@@ -58,7 +58,7 @@ development = [
5858 " werkzeug==3.1.8" ,
5959]
6060cli = [
61- " dandi[extras]==0.74.3 " ,
61+ " dandi[extras]==0.75.1 " ,
6262]
6363
6464[dependency-groups ]
0 commit comments