Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Django Security Patch 3.2.20 upgrade #1468

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ defusedxml==0.7.1
# via
# python3-openid
# social-auth-core
django==3.2.19
django==3.2.20
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down Expand Up @@ -218,7 +218,7 @@ stevedore==5.1.0
# edx-opaque-keys
text-unidecode==1.3
# via python-slugify
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# asgiref
# django-countries
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
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ defusedxml==0.7.1
# -r requirements/base.txt
# python3-openid
# social-auth-core
django==3.2.19
django==3.2.20
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down Expand Up @@ -328,7 +328,7 @@ text-unidecode==1.3
# via
# -r requirements/base.txt
# python-slugify
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# -r requirements/base.txt
# asgiref
Expand Down
9 changes: 5 additions & 4 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ distlib==0.3.6
# via
# -r requirements/tox.txt
# virtualenv
django==3.2.19
django==3.2.20
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down Expand Up @@ -172,7 +172,7 @@ edx-rest-api-client==5.5.2
# via -r requirements/test.txt
edx-toggles==5.0.0
# via -r requirements/test.txt
exceptiongroup==1.1.1
exceptiongroup==1.1.2
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -251,7 +251,7 @@ pbr==5.11.1
# stevedore
pinax-announcements==4.0.0
# via -r requirements/test.txt
pip-tools==6.13.0
pip-tools==6.14.0
# via -r requirements/pip_tools.txt
platformdirs==3.8.0
# via
Expand Down Expand Up @@ -432,6 +432,7 @@ tomli==2.0.1
# -r requirements/tox.txt
# build
# coverage
# pip-tools
# pylint
# pyproject-hooks
# pytest
Expand All @@ -447,7 +448,7 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.1
# via -r requirements/tox.txt
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# -r requirements/test.txt
# asgiref
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ click==8.1.3
# via pip-tools
packaging==23.1
# via build
pip-tools==6.13.0
pip-tools==6.14.0
# via -r requirements/pip_tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via build
# via
# build
# pip-tools
wheel==0.40.0
# via pip-tools

Expand Down
4 changes: 2 additions & 2 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ defusedxml==0.7.1
# -r requirements/base.txt
# python3-openid
# social-auth-core
django==3.2.19
django==3.2.20
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down Expand Up @@ -283,7 +283,7 @@ text-unidecode==1.3
# via
# -r requirements/base.txt
# python-slugify
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# -r requirements/base.txt
# asgiref
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ edx-rest-api-client==5.5.2
# via -r requirements/base.txt
edx-toggles==5.0.0
# via -r requirements/base.txt
exceptiongroup==1.1.1
exceptiongroup==1.1.2
# via pytest
httpretty==1.1.4
# via -r requirements/test.in
Expand Down Expand Up @@ -361,7 +361,7 @@ tomli==2.0.1
# pytest
tomlkit==0.11.8
# via pylint
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# -r requirements/base.txt
# asgiref
Expand Down