Skip to content

Commit

Permalink
chore: upgrade Django to 4.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh committed Dec 5, 2024
1 parent e66ffda commit 0cb030f
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 @@ -135,7 +135,7 @@ distlib==0.3.9
# via
# -r requirements/dev.txt
# virtualenv
django==4.2.16
django==4.2.17
# 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 @@ -51,7 +51,7 @@ defusedxml==0.8.0rc2
# social-auth-core
didkit==0.3.3
# via -r requirements/base.in
django==4.2.16
django==4.2.17
# 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 @@ -108,7 +108,7 @@ distlib==0.3.9
# via
# -r requirements/test.txt
# virtualenv
django==4.2.16
django==4.2.17
# 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.16
django==4.2.17
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ defusedxml==0.8.0rc2
# social-auth-core
didkit==0.3.3
# via -r requirements/base.txt
django==4.2.16
django==4.2.17
# 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 @@ -6,7 +6,7 @@
#
asgiref==3.8.1
# via django
django==4.2.16
django==4.2.17
# via
# -c requirements/common_constraints.txt
# edx-i18n-tools
Expand Down

0 comments on commit 0cb030f

Please sign in to comment.