Skip to content

Commit

Permalink
⬆️ Updated Django to 4.2.14
Browse files Browse the repository at this point in the history
This addresses several CVEs and fixes a nasty unicode issue that appeared when since Python 3.11.9 and 3.12.3. See: https://docs.djangoproject.com/en/4.2/releases/4.2.12/
  • Loading branch information
joeribekker committed Aug 2, 2024
1 parent 139518e commit 1edaef7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ defusedxml==0.7.1
# via odfpy
diff-match-patch==20200713
# via django-import-export
django==4.2.11
django==4.2.14
# via
# -r requirements/base.in
# django-admin-index
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ diff-match-patch==20200713
# django-import-export
dill==0.3.7
# via pylint
django==4.2.11
django==4.2.14
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ dill==0.3.7
# -c requirements/ci.txt
# -r requirements/ci.txt
# pylint
django==4.2.11
django==4.2.14
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down

0 comments on commit 1edaef7

Please sign in to comment.