Skip to content

Commit

Permalink
Merge pull request openedx#33764 from magajh/magajh/patch-django-quince
Browse files Browse the repository at this point in the history
chore: update Django to 4.2.8 for Quince - Security Patch
  • Loading branch information
cmltaWt0 authored Dec 11, 2023
2 parents 847f94b + aec3dec commit 4e15e5e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 10 deletions.
4 changes: 0 additions & 4 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,3 @@
elasticsearch<7.14.0

# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected

# tox>4.0.0 isn't yet compatible with many tox plugins, causing CI failures in almost all repos.
# Details can be found in this discussion: https://github.com/tox-dev/tox/discussions/1810
tox<4.0.0
2 changes: 1 addition & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ defusedxml==0.7.1
# social-auth-core
deprecated==1.2.14
# via jwcrypto
django==4.2.6
django==4.2.8
# via
# -r requirements/edx/kernel.in
# django-appconf
Expand Down
3 changes: 1 addition & 2 deletions requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ distlib==0.3.7
# via
# -r requirements/edx/testing.txt
# virtualenv
django==4.2.6
django==4.2.8
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
Expand Down Expand Up @@ -2053,7 +2053,6 @@ tomlkit==0.12.1
# snowflake-connector-python
tox==3.28.0
# via
# -c requirements/edx/../common_constraints.txt
# -r requirements/edx/testing.txt
# tox-battery
tox-battery==0.6.2
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ deprecated==1.2.14
# via
# -r requirements/edx/base.txt
# jwcrypto
django==4.2.6
django==4.2.8
# via
# -r requirements/edx/base.txt
# django-appconf
Expand Down
3 changes: 1 addition & 2 deletions requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ dill==0.3.7
# via pylint
distlib==0.3.7
# via virtualenv
django==4.2.6
django==4.2.8
# via
# -r requirements/edx/base.txt
# django-appconf
Expand Down Expand Up @@ -1514,7 +1514,6 @@ tomlkit==0.12.1
# snowflake-connector-python
tox==3.28.0
# via
# -c requirements/edx/../common_constraints.txt
# -r requirements/edx/testing.in
# tox-battery
tox-battery==0.6.2
Expand Down

0 comments on commit 4e15e5e

Please sign in to comment.