Skip to content

Commit

Permalink
chore: pin django-stubs to major django version
Browse files Browse the repository at this point in the history
  • Loading branch information
GabDug committed Jun 21, 2024
1 parent bf99d38 commit 8fe78e9
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 17 deletions.
40 changes: 25 additions & 15 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies = [
"django-filter>=23.4",
"django-oauth2-authcodeflow>=1.0.1",
"django-redis>=5.4.0",
"django-stubs-ext>=4.2.5",
"django-stubs-ext~=4.2.5",
"django-taggit>=5.0.1",
"django-widget-tweaks>=1.5.0",
"djangorestframework>=3.14.0",
Expand Down Expand Up @@ -216,7 +216,7 @@ docs = [
"black>=24.2.0",
]
types = [
"django-stubs>=4.2.6",
"django-stubs~=4.2.6",
"djangorestframework-stubs>=3.14.4",
"django-filter-stubs>=0.1.3",
"types-python-dateutil>=2.8.19.14",
Expand Down

0 comments on commit 8fe78e9

Please sign in to comment.