Skip to content

Commit

Permalink
Merge pull request #110 from magajh/open-release/redwood.master
Browse files Browse the repository at this point in the history
chore: update Django to 4.2.14 for Redwood - Security Patch
  • Loading branch information
bmtcril authored Jul 15, 2024
2 parents f13b6ed + 1d66e3e commit 719805c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ click==8.1.7
# edx-django-utils
code-annotations==1.8.0
# via edx-toggles
django==4.2.11
django==4.2.14
# 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 @@ -81,7 +81,7 @@ distlib==0.3.8
# via
# -r requirements/ci.txt
# virtualenv
django==4.2.11
django==4.2.14
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ cryptography==42.0.6
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
django==4.2.11
django==4.2.14
# 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/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ddt==1.7.2
# via -r requirements/test.txt
dill==0.3.8
# via pylint
django==4.2.11
django==4.2.14
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down

0 comments on commit 719805c

Please sign in to comment.