Skip to content

Commit c78240e

Browse files
committed
chore(deps): upgrade django-stubs to fix mypy linter
source: python/mypy#17958 (comment)
1 parent 69af6b4 commit c78240e

File tree

2 files changed

+17
-28
lines changed

2 files changed

+17
-28
lines changed

pdm.lock

Lines changed: 15 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717
"django-filter>=23.4",
1818
"django-oauth2-authcodeflow>=1.0.1",
1919
"django-redis>=5.4.0",
20-
"django-stubs-ext~=4.2.5",
20+
"django-stubs-ext~=5.1.1",
2121
"django-taggit>=5.0.1",
2222
"django-widget-tweaks>=1.5.0",
2323
"djangorestframework>=3.14.0",
@@ -222,7 +222,7 @@ docs = [
222222
]
223223

224224
types = [
225-
"django-stubs~=4.2.6",
225+
"django-stubs~=5.1.1",
226226
"djangorestframework-stubs>=3.14.4",
227227
"django-filter-stubs>=0.1.3",
228228
"types-python-dateutil>=2.8.19.14",

0 commit comments

Comments
 (0)