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

Django Security Patch 3.2.20 upgrade #267

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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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 @@ -75,7 +75,7 @@ inflection==0.5.1
# via drf-yasg
mysqlclient==2.2.0
# via -r requirements/base.in
newrelic==8.8.0
newrelic==8.8.1
# via edx-django-utils
oauthlib==3.2.2
# via
Expand Down Expand Up @@ -129,7 +129,7 @@ sqlparse==0.4.4
# django
stevedore==5.1.0
# via edx-django-utils
typing-extensions==4.6.3
typing-extensions==4.7.1
# via asgiref
uritemplate==4.1.1
# via drf-yasg
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
typing-extensions==4.6.3
typing-extensions==4.7.1
# via pydata-sphinx-theme
urllib3==1.26.16
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ dill==0.3.6
# via
# -r requirements/test.txt
# pylint
django==3.2.19
django==3.2.20
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down Expand Up @@ -147,13 +147,13 @@ edx-django-utils==5.5.0
# via -r requirements/test.txt
edx-lint==5.3.4
# via -r requirements/test.txt
exceptiongroup==1.1.1
exceptiongroup==1.1.2
# via
# -r requirements/test.txt
# pytest
factory-boy==3.2.1
# via -r requirements/test.txt
faker==18.11.1
faker==18.11.2
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -210,7 +210,7 @@ mypy-extensions==1.0.0
# mypy
mysqlclient==2.2.0
# via -r requirements/test.txt
newrelic==8.8.0
newrelic==8.8.1
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -418,7 +418,7 @@ tomlkit==0.11.8
# via
# -r requirements/test.txt
# pylint
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# -r requirements/docs.txt
# -r requirements/test.txt
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
10 changes: 5 additions & 5 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ asgiref==3.7.2
# django
attrs==23.1.0
# via -r requirements/base.txt
boto3==1.26.160
boto3==1.27.0
# via
# -c requirements/constraints.txt
# -r requirements/production.in
botocore==1.29.160
botocore==1.30.0
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -45,7 +45,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 @@ -115,7 +115,7 @@ jmespath==1.0.1
# botocore
mysqlclient==2.2.0
# via -r requirements/base.txt
newrelic==8.8.0
newrelic==8.8.1
# via
# -r requirements/base.txt
# -r requirements/production.in
Expand Down Expand Up @@ -205,7 +205,7 @@ stevedore==5.1.0
# via
# -r requirements/base.txt
# edx-django-utils
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# -r requirements/base.txt
# asgiref
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ diff-cover==7.6.0
# via -r requirements/test.in
dill==0.3.6
# via pylint
django==3.2.19
django==3.2.20
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down Expand Up @@ -112,11 +112,11 @@ edx-django-utils==5.5.0
# via -r requirements/base.txt
edx-lint==5.3.4
# via -r requirements/test.in
exceptiongroup==1.1.1
exceptiongroup==1.1.2
# via pytest
factory-boy==3.2.1
# via -r requirements/test.in
faker==18.11.1
faker==18.11.2
# via factory-boy
idna==3.4
# via
Expand Down Expand Up @@ -146,7 +146,7 @@ mypy-extensions==1.0.0
# via mypy
mysqlclient==2.2.0
# via -r requirements/base.txt
newrelic==8.8.0
newrelic==8.8.1
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -279,7 +279,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
Loading