Skip to content

Commit

Permalink
chore: upgrade Django to 4.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh committed Sep 10, 2024
1 parent d7d15ee commit 99e3241
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ distlib==0.3.8
# via
# -r requirements/dev.txt
# virtualenv
django==4.2.15
django==4.2.16
# via
# -c requirements/common_constraints.txt
# -r requirements/dev.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ defusedxml==0.8.0rc2
# social-auth-core
didkit==0.3.2
# via -r requirements/base.in
django==4.2.15
django==4.2.16
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ distlib==0.3.8
# via
# -r requirements/test.txt
# virtualenv
django==4.2.15
django==4.2.16
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==4.2.15
django==4.2.16
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ defusedxml==0.8.0rc2
# social-auth-core
didkit==0.3.2
# via -r requirements/base.txt
django==4.2.15
django==4.2.16
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/translations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# django
django==4.2.15
django==4.2.16
# via
# -c requirements/common_constraints.txt
# edx-i18n-tools
Expand Down

0 comments on commit 99e3241

Please sign in to comment.