Skip to content

Commit

Permalink
chore: upgrade Django to 3.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
mtyaka committed May 18, 2023
1 parent 3efc283 commit a8adccf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ deprecated==1.2.13
# via
# jwcrypto
# redis
django==3.2.18
django==3.2.19
# via
# -c requirements/edx/../common_constraints.txt
# -r requirements/edx/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ distlib==0.3.6
# via
# -r requirements/edx/testing.txt
# virtualenv
django==3.2.18
django==3.2.19
# via
# -c requirements/edx/../common_constraints.txt
# -r requirements/edx/testing.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/django.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==3.2.18
django==3.2.19

0 comments on commit a8adccf

Please sign in to comment.