Skip to content

Commit de768d4

Browse files
Update dev dependencies
1 parent 252f89b commit de768d4

4 files changed

Lines changed: 302 additions & 685 deletions

File tree

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
"django-oauth-toolkit==3.2.0",
2828
"django-resonant-settings[allauth,celery]==0.48.1",
2929
"django-resonant-utils[allauth,s3_storage]==0.19.0",
30-
"django-stubs-ext==6.0.1",
30+
"django-stubs-ext==6.0.2",
3131
"djangorestframework==3.17.0",
3232
"drf-yasg==1.21.15",
3333
# Needed for GeoDjango and "large-image[gdal]"
@@ -84,24 +84,24 @@ dev = [
8484
# so use this to install "development" extras by default too
8585
"geodatalytics[development]",
8686
"pre-commit==4.5.1",
87-
"tox==4.50.3",
88-
"tox-uv==1.33.4",
87+
"tox==4.53.0",
88+
"tox-uv==1.35.1",
8989
]
9090
lint = [
91-
"ruff==0.15.7",
91+
"ruff==0.15.10",
9292
]
9393
type = [
94-
"mypy==1.19.1",
94+
"mypy==1.20.1",
9595
"celery-types==0.26.0",
96-
"django-stubs[compatible-mypy]==6.0.1",
97-
"djangorestframework-stubs[compatible-mypy]==3.16.8",
96+
"django-stubs[compatible-mypy]==6.0.2",
97+
"djangorestframework-stubs[compatible-mypy]==3.16.9",
9898
"pandas-stubs==3.0.0.260204",
99-
"types-channels==4.3.0.20260321",
99+
"types-channels==4.3.0.20260408",
100100
]
101101
test = [
102102
"django-s3-file-field-client==1.1.0",
103103
"factory-boy==3.3.3",
104-
"pytest==9.0.2",
104+
"pytest==9.0.3",
105105
"pytest-django==4.12.0",
106106
"pytest-mock==3.15.1",
107107
# Enable with "pytest --random-order ..."

0 commit comments

Comments
 (0)