@@ -24,7 +24,7 @@ dependencies = [
2424 " django-resonant-utils[allauth,s3_storage]==0.19.0" ,
2525 " django-s3-file-field[s3]==1.1.0" ,
2626 " django-storages[s3]==1.14.6" ,
27- " django-stubs-ext==6.0.5 " ,
27+ " django-stubs-ext==6.0.7 " ,
2828 " psycopg[binary]==3.3.4" ,
2929 " pydantic==2.13.4" ,
3030 " requests==2.34.2" ,
@@ -71,21 +71,21 @@ dev = [
7171 # The "dev" dependency group is installed by default,
7272 # so use this to install "development" and "tasks" extras by default too
7373 " bats-ai[development,tasks]" ,
74- " tox==4.55 .0" ,
75- " tox-uv==1.35.2 " ,
74+ " tox==4.58 .0" ,
75+ " tox-uv==1.36.0 " ,
7676]
7777lint = [
78- " ruff==0.15.15 " ,
78+ " ruff==0.16.0 " ,
7979]
8080type = [
8181 " mypy==1.20.2" ,
8282 " celery-types==0.26.0" ,
83- " django-stubs[compatible-mypy]==6.0.5 " ,
84- " types-requests==2.33.0.20260518 " ,
83+ " django-stubs[compatible-mypy]==6.0.7 " ,
84+ " types-requests==2.33.0.20260712 " ,
8585]
8686test = [
8787 " factory-boy==3.3.3" ,
88- " pytest==9.0.3 " ,
88+ " pytest==9.1.1 " ,
8989 " pytest-django==4.12.0" ,
9090 " pytest-mock==3.15.1" ,
9191 # Enable with "pytest --random-order ..."
@@ -142,10 +142,12 @@ ignore = [
142142
143143 # Overly burdensome
144144 " ANN" , # flake8-annotations
145+ " CPY001" , # missing-copyright-notice
145146 " D1" , # undocumented-*
146147 " EM" , # flake8-errmsg
147148 " ERA001" , # commented-out-code
148149 " FIX" , # flake8-fixme
150+ " PLR0917" , # too-many-positional-arguments
149151 " PLR2004" , # magic-value-comparison
150152 " RET505" , # superfluous-else-return
151153 " RET506" , # superfluous-else-raise
0 commit comments