Skip to content

Commit

Permalink
Merge pull request #216 from magajh/magajh/patch-django
Browse files Browse the repository at this point in the history
chore: upgrade Django to 3.2.20
  • Loading branch information
UsamaSadiq authored Jul 14, 2023
2 parents 1bd51dc + 984bbac commit 8c7d31b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ defusedxml==0.7.1
# social-auth-core
deprecated==1.2.13
# via redis
django==3.2.19
django==3.2.20
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/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 @@ -145,7 +145,7 @@ distlib==0.3.5
# via
# -r requirements/validation.txt
# virtualenv
django==3.2.19
django==3.2.20
# via
# -r requirements/validation.txt
# django-cors-headers
Expand Down
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==3.2.19
django==3.2.20
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ distlib==0.3.5
# via
# -r requirements/test.txt
# virtualenv
django==3.2.19
django==3.2.20
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ deprecated==1.2.13
# via
# -r requirements/base.txt
# redis
django==3.2.19
django==3.2.20
# via
# -r requirements/base.txt
# django-cors-headers
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ distlib==0.3.5
# via
# -r requirements/test.txt
# virtualenv
django==3.2.19
django==3.2.20
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/validation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ distlib==0.3.5
# -r requirements/quality.txt
# -r requirements/test.txt
# virtualenv
django==3.2.19
django==3.2.20
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down

0 comments on commit 8c7d31b

Please sign in to comment.