We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 252f89b commit 71df502Copy full SHA for 71df502
3 files changed
pyproject.toml
@@ -84,17 +84,17 @@ dev = [
84
# so use this to install "development" extras by default too
85
"geodatalytics[development]",
86
"pre-commit==4.5.1",
87
- "tox==4.50.3",
88
- "tox-uv==1.33.4",
+ "tox==4.52.0",
+ "tox-uv==1.34.0",
89
]
90
lint = [
91
- "ruff==0.15.7",
+ "ruff==0.15.8",
92
93
type = [
94
- "mypy==1.19.1",
+ "mypy==1.20.0",
95
"celery-types==0.26.0",
96
"django-stubs[compatible-mypy]==6.0.1",
97
- "djangorestframework-stubs[compatible-mypy]==3.16.8",
+ "djangorestframework-stubs[compatible-mypy]==3.16.9",
98
"pandas-stubs==3.0.0.260204",
99
"types-channels==4.3.0.20260321",
100
0 commit comments