Skip to content

Commit f4ff864

Browse files
authored
upgrade Django to 5.0.14 (#3096)
1 parent cf21a22 commit f4ff864

File tree

2 files changed

+22
-19
lines changed

2 files changed

+22
-19
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ celery-redbeat = "^2.0.0"
2121
click = ">=8.1,!=8.2.0"
2222
deepdiff = "^8.0.0"
2323
dj-database-url = "^0.5.0"
24-
django = "4.2.26"
24+
django = "5.0.14"
2525
django-anymail = {extras = ["mailgun"], version = "^11.1"}
2626
django-cors-headers = "^4.0.0"
2727
django-countries = "^7.2.1"
2828
django-filter = "^24.3"
2929
django-health-check = { git = "https://github.com/revsys/django-health-check", rev="53f9bdc3a7acc8a577319987fef0bd3040eef4b4" } # pragma: allowlist secret
3030
django-hijack = "^3.6.0"
3131
django-ipware = "^7.0.0"
32-
django-oauth-toolkit = "^1.7.0"
32+
django-oauth-toolkit = "3.1.0"
3333
django-redis = "^5.0.0"
3434
django-reversion = "^5.1.0"
3535
django-robots = "6.1"
@@ -38,7 +38,7 @@ django-treebeard = "^4.5.1"
3838
django-user-agents = "^0.4.0"
3939
django-viewflow = "^2.2.7"
4040
django-webpack-loader = "^3.0.0"
41-
djangorestframework = "^3.12.4"
41+
djangorestframework = "3.16.1"
4242
djoser = "^2.1.0"
4343
drf-extensions = "^0.8.0"
4444
drf-spectacular = "^0.28.0"

0 commit comments

Comments
 (0)