Skip to content

Commit

Permalink
feat: Upgrade Python dependency django (openedx#32643)
Browse files Browse the repository at this point in the history
security patch

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`

Co-authored-by: awais786 <[email protected]>
  • Loading branch information
2 people authored and Yagnesh committed Jul 6, 2023
1 parent 3ff4e5b commit e8d4098
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 @@ -174,7 +174,7 @@ defusedxml==0.7.1
# social-auth-core
deprecated==1.2.14
# via jwcrypto
django==3.2.19
django==3.2.20
# via
# -c requirements/edx/../common_constraints.txt
# -r requirements/edx/kernel.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 @@ -274,7 +274,7 @@ distlib==0.3.6
# via
# -r requirements/edx/testing.txt
# virtualenv
django==3.2.19
django==3.2.20
# via
# -c requirements/edx/../common_constraints.txt
# -r requirements/edx/testing.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ dill==0.3.6
# via pylint
distlib==0.3.6
# via virtualenv
django==3.2.19
django==3.2.20
# via
# -c requirements/edx/../common_constraints.txt
# -r requirements/edx/base.txt
Expand Down

0 comments on commit e8d4098

Please sign in to comment.