Skip to content

Commit

Permalink
⬆️ Upgrade Django to 3.2.24
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal committed Feb 20, 2024
1 parent aeff84e commit 7bf2aea
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 @@ -74,7 +74,7 @@ defusedxml==0.7.1
# odfpy
diff-match-patch==20200713
# via django-import-export
django==3.2.23
django==3.2.24
# 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 @@ -142,7 +142,7 @@ diff-match-patch==20200713
# django-import-export
dill==0.3.7
# via pylint
django==3.2.23
django==3.2.24
# 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 @@ -178,7 +178,7 @@ dill==0.3.7
# -c requirements/ci.txt
# -r requirements/ci.txt
# pylint
django==3.2.23
django==3.2.24
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down

0 comments on commit 7bf2aea

Please sign in to comment.