Skip to content

Commit

Permalink
Bump to Django 4.0 #1594
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Jun 10, 2024
1 parent b889232 commit b6e9a48
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 106 deletions.
123 changes: 19 additions & 104 deletions src/poetry.lock

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

3 changes: 1 addition & 2 deletions src/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ python = "^3.10 | ^3.11 | ^3.12"

coreapi = "^2.0"
crcmod = "^1.0"
django = "^3.0"
django = "4.0"
django-admin-rangefilter = "^0.8"
django-admin-sortable = "^2.0"
django-colorfield = "^0.7"
Expand All @@ -40,7 +40,6 @@ pyyaml = "^6.0"
requests = "^2.0"
urllib3 = "^1.0"
attrs = "^22.0"
deprecated = "^1.0"


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit b6e9a48

Please sign in to comment.