Skip to content

Commit

Permalink
Merge pull request #24 from magajh/magajh/patch-django-quince
Browse files Browse the repository at this point in the history
chore: update Django to 3.2.23 for Quince - Security Patch
  • Loading branch information
cmltaWt0 authored Dec 11, 2023
2 parents 436d3cd + eb35652 commit 22bc043
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 @@ -8,7 +8,7 @@ asgiref==3.7.2
# via django
attrs==23.1.0
# via openedx-events
django==3.2.19
django==3.2.23
# 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 @@ -90,7 +90,7 @@ distlib==0.3.6
# via
# -r requirements/ci.txt
# virtualenv
django==3.2.19
django==3.2.23
# 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 @@ -72,7 +72,7 @@ coverage[toml]==7.2.7
# pytest-cov
cryptography==41.0.1
# via secretstorage
django==3.2.19
django==3.2.23
# 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 @@ -72,7 +72,7 @@ coverage[toml]==7.2.7
# pytest-cov
dill==0.3.6
# via pylint
django==3.2.19
django==3.2.23
# 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 22bc043

Please sign in to comment.