Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #347

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
14 changes: 7 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ asgiref==3.8.1
# django-cors-headers
beautifulsoup4==4.12.3
# via wagtail
boto3==1.35.14
boto3==1.35.20
# via -r requirements/base.in
botocore==1.35.14
botocore==1.35.20
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -104,9 +104,9 @@ drf-yasg==1.21.7
# via
# -r requirements/base.in
# edx-api-doc-tools
edx-api-doc-tools==1.8.0
edx-api-doc-tools==2.0.0
# via -r requirements/base.in
edx-auth-backends==4.3.0
edx-auth-backends==4.4.0
# via -r requirements/base.in
edx-django-release-util==1.4.0
# via -r requirements/base.in
Expand All @@ -127,7 +127,7 @@ et-xmlfile==1.1.0
# via openpyxl
filetype==1.2.0
# via willow
idna==3.8
idna==3.10
# via requests
inflect==7.4.0
# via -r requirements/base.in
Expand Down Expand Up @@ -186,7 +186,7 @@ python-dateutil==2.9.0.post0
# botocore
python3-openid==3.2.0
# via social-auth-core
pytz==2024.1
pytz==2024.2
# via
# -r requirements/base.in
# django-modelcluster
Expand Down Expand Up @@ -256,7 +256,7 @@ willow[heif]==1.8.0
# via
# wagtail
# willow
zipp==3.20.1
zipp==3.20.2
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
21 changes: 12 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ beautifulsoup4==4.12.3
# via
# -r requirements/quality.txt
# wagtail
boto3==1.35.14
boto3==1.35.20
# via -r requirements/quality.txt
botocore==1.35.14
botocore==1.35.20
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -186,9 +186,9 @@ drf-yasg==1.21.7
# via
# -r requirements/quality.txt
# edx-api-doc-tools
edx-api-doc-tools==1.8.0
edx-api-doc-tools==2.0.0
# via -r requirements/quality.txt
edx-auth-backends==4.3.0
edx-auth-backends==4.4.0
# via -r requirements/quality.txt
edx-django-release-util==1.4.0
# via -r requirements/quality.txt
Expand Down Expand Up @@ -230,7 +230,7 @@ filetype==1.2.0
# via
# -r requirements/quality.txt
# willow
idna==3.8
idna==3.10
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -323,7 +323,7 @@ pillow-heif==0.18.0
# via
# -r requirements/quality.txt
# willow
platformdirs==4.3.2
platformdirs==4.3.3
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -391,7 +391,7 @@ pyproject-api==1.7.1
# via
# -r requirements/quality.txt
# tox
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -413,7 +413,7 @@ python3-openid==3.2.0
# via
# -r requirements/quality.txt
# social-auth-core
pytz==2024.1
pytz==2024.2
# via
# -r requirements/quality.txt
# django-modelcluster
Expand Down Expand Up @@ -530,5 +530,8 @@ willow[heif]==1.8.0
# via
# -r requirements/quality.txt
# wagtail
zipp==3.20.1
zipp==3.20.2
# via -r requirements/quality.txt

# The following packages are considered to be unsafe in a requirements file:
# setuptools
18 changes: 9 additions & 9 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ beautifulsoup4==4.12.3
# via
# -r requirements/test.txt
# wagtail
boto3==1.35.14
boto3==1.35.20
# via -r requirements/test.txt
botocore==1.35.14
botocore==1.35.20
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -189,9 +189,9 @@ drf-yasg==1.21.7
# via
# -r requirements/test.txt
# edx-api-doc-tools
edx-api-doc-tools==1.8.0
edx-api-doc-tools==2.0.0
# via -r requirements/test.txt
edx-auth-backends==4.3.0
edx-auth-backends==4.4.0
# via -r requirements/test.txt
edx-django-release-util==1.4.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -231,7 +231,7 @@ filetype==1.2.0
# via
# -r requirements/test.txt
# willow
idna==3.8
idna==3.10
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -321,7 +321,7 @@ pillow-heif==0.18.0
# via
# -r requirements/test.txt
# willow
platformdirs==4.3.2
platformdirs==4.3.3
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -385,7 +385,7 @@ pyproject-api==1.7.1
# via
# -r requirements/test.txt
# tox
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -407,7 +407,7 @@ python3-openid==3.2.0
# via
# -r requirements/test.txt
# social-auth-core
pytz==2024.1
pytz==2024.2
# via
# -r requirements/test.txt
# django-modelcluster
Expand Down Expand Up @@ -542,7 +542,7 @@ willow[heif]==1.8.0
# via
# -r requirements/test.txt
# wagtail
zipp==3.20.1
zipp==3.20.2
# via -r requirements/test.txt

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==74.1.2
setuptools==75.1.0
# via -r requirements/pip.in
16 changes: 8 additions & 8 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ beautifulsoup4==4.12.3
# via
# -r requirements/base.txt
# wagtail
boto3==1.35.14
boto3==1.35.20
# via
# -r requirements/base.txt
# -r requirements/production.in
botocore==1.35.14
botocore==1.35.20
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -137,9 +137,9 @@ drf-yasg==1.21.7
# via
# -r requirements/base.txt
# edx-api-doc-tools
edx-api-doc-tools==1.8.0
edx-api-doc-tools==2.0.0
# via -r requirements/base.txt
edx-auth-backends==4.3.0
edx-auth-backends==4.4.0
# via -r requirements/base.txt
edx-django-release-util==1.4.0
# via -r requirements/base.txt
Expand All @@ -166,11 +166,11 @@ filetype==1.2.0
# willow
gevent==24.2.1
# via -r requirements/production.in
greenlet==3.0.3
greenlet==3.1.0
# via gevent
gunicorn==23.0.0
# via -r requirements/production.in
idna==3.8
idna==3.10
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -268,7 +268,7 @@ python3-openid==3.2.0
# via
# -r requirements/base.txt
# social-auth-core
pytz==2024.1
pytz==2024.2
# via
# -r requirements/base.txt
# django-modelcluster
Expand Down Expand Up @@ -362,7 +362,7 @@ willow[heif]==1.8.0
# via
# -r requirements/base.txt
# wagtail
zipp==3.20.1
zipp==3.20.2
# via -r requirements/base.txt
zope-event==5.0
# via gevent
Expand Down
21 changes: 12 additions & 9 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ beautifulsoup4==4.12.3
# via
# -r requirements/test.txt
# wagtail
boto3==1.35.14
boto3==1.35.20
# via -r requirements/test.txt
botocore==1.35.14
botocore==1.35.20
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -177,9 +177,9 @@ drf-yasg==1.21.7
# via
# -r requirements/test.txt
# edx-api-doc-tools
edx-api-doc-tools==1.8.0
edx-api-doc-tools==2.0.0
# via -r requirements/test.txt
edx-auth-backends==4.3.0
edx-auth-backends==4.4.0
# via -r requirements/test.txt
edx-django-release-util==1.4.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -219,7 +219,7 @@ filetype==1.2.0
# via
# -r requirements/test.txt
# willow
idna==3.8
idna==3.10
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -304,7 +304,7 @@ pillow-heif==0.18.0
# via
# -r requirements/test.txt
# willow
platformdirs==4.3.2
platformdirs==4.3.3
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -367,7 +367,7 @@ pyproject-api==1.7.1
# via
# -r requirements/test.txt
# tox
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -389,7 +389,7 @@ python3-openid==3.2.0
# via
# -r requirements/test.txt
# social-auth-core
pytz==2024.1
pytz==2024.2
# via
# -r requirements/test.txt
# django-modelcluster
Expand Down Expand Up @@ -501,5 +501,8 @@ willow[heif]==1.8.0
# via
# -r requirements/test.txt
# wagtail
zipp==3.20.1
zipp==3.20.2
# via -r requirements/test.txt

# The following packages are considered to be unsafe in a requirements file:
# setuptools
21 changes: 12 additions & 9 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ beautifulsoup4==4.12.3
# via
# -r requirements/base.txt
# wagtail
boto3==1.35.14
boto3==1.35.20
# via -r requirements/base.txt
botocore==1.35.14
botocore==1.35.20
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -165,9 +165,9 @@ drf-yasg==1.21.7
# via
# -r requirements/base.txt
# edx-api-doc-tools
edx-api-doc-tools==1.8.0
edx-api-doc-tools==2.0.0
# via -r requirements/base.txt
edx-auth-backends==4.3.0
edx-auth-backends==4.4.0
# via -r requirements/base.txt
edx-django-release-util==1.4.0
# via -r requirements/base.txt
Expand Down Expand Up @@ -206,7 +206,7 @@ filetype==1.2.0
# via
# -r requirements/base.txt
# willow
idna==3.8
idna==3.10
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -282,7 +282,7 @@ pillow-heif==0.18.0
# via
# -r requirements/base.txt
# willow
platformdirs==4.3.2
platformdirs==4.3.3
# via
# pylint
# tox
Expand Down Expand Up @@ -331,7 +331,7 @@ pynacl==1.5.0
# edx-django-utils
pyproject-api==1.7.1
# via tox
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -351,7 +351,7 @@ python3-openid==3.2.0
# via
# -r requirements/base.txt
# social-auth-core
pytz==2024.1
pytz==2024.2
# via
# -r requirements/base.txt
# django-modelcluster
Expand Down Expand Up @@ -456,5 +456,8 @@ willow[heif]==1.8.0
# via
# -r requirements/base.txt
# wagtail
zipp==3.20.1
zipp==3.20.2
# via -r requirements/base.txt

# The following packages are considered to be unsafe in a requirements file:
# setuptools
Loading