@@ -26,7 +26,7 @@ dependencies = [
2626 " django-oauth-toolkit==3.1.0" ,
2727 " django-resonant-settings[allauth,celery]==0.48.1" ,
2828 " django-resonant-utils[allauth,s3_storage]==0.16.0" ,
29- " django-stubs-ext==5.2.7 " ,
29+ " django-stubs-ext==5.2.9 " ,
3030 # TODO: pin djangorestframework until we figure out what the cause of
3131 # https://github.com/dandi/dandi-archive/issues/1896 is.
3232 " djangorestframework==3.14.0" ,
@@ -68,28 +68,28 @@ dev = [
6868 # The "dev" dependency group is installed by default,
6969 # so use this to install "development" extras by default too
7070 " dandiapi[development]" ,
71- " pre-commit==4.3.0 " ,
72- " tox==4.31.0 " ,
73- " tox-uv==1.29.0 " ,
71+ " pre-commit==4.5.1 " ,
72+ " tox==4.50.3 " ,
73+ " tox-uv==1.33.4 " ,
7474]
7575lint = [
76- " ruff==0.14.0 " ,
76+ " ruff==0.15.8 " ,
7777]
7878type = [
79- " mypy==1.18.2 " ,
80- " boto3-stubs[s3]==1.40.51 " ,
81- " celery-types==0.23 .0" ,
82- " django-stubs[compatible-mypy]==5.2.7 " ,
83- " djangorestframework-stubs[compatible-mypy]==3.16.4 " ,
79+ " mypy==1.19.1 " ,
80+ " boto3-stubs[s3]==1.42.77 " ,
81+ " celery-types==0.26 .0" ,
82+ " django-stubs[compatible-mypy]==5.2.9 " ,
83+ " djangorestframework-stubs[compatible-mypy]==3.16.8 " ,
8484]
8585test = [
8686 " djangorestframework-yaml==2.0.0" ,
87- " Faker==37.11 .0" ,
87+ " Faker==37.12 .0" ,
8888 " factory-boy==3.3.3" ,
8989 " freezegun==1.5.5" ,
9090 " pytest==8.4.2" ,
91- " pytest-cov==7.0 .0" ,
92- " pytest-django==4.11.1 " ,
91+ " pytest-cov==7.1 .0" ,
92+ " pytest-django==4.12.0 " ,
9393 " pytest-factoryboy==2.8.1" ,
9494 # Enable with "pytest --memray ..."
9595 " pytest-memray==1.8.0" ,
0 commit comments