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 #326

Merged
Merged
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 @@ -16,9 +16,9 @@ backports-zoneinfo==0.2.1
# djangorestframework
beautifulsoup4==4.12.3
# via wagtail
boto3==1.34.128
boto3==1.34.132
# via -r requirements/base.in
botocore==1.34.128
botocore==1.34.132
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -67,7 +67,7 @@ django==4.2.13
# laces
# social-auth-app-django
# wagtail
django-cors-headers==4.3.1
django-cors-headers==4.4.0
# via -r requirements/base.in
django-crum==0.7.9
# via edx-django-utils
Expand All @@ -90,7 +90,7 @@ django-waffle==4.1.0
# -r requirements/base.in
# edx-django-utils
# edx-drf-extensions
djangorestframework==3.15.1
djangorestframework==3.15.2
# via
# -r requirements/base.in
# drf-jwt
Expand Down Expand Up @@ -137,7 +137,7 @@ importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# typeguard
inflect==7.2.1
inflect==7.3.0
# via -r requirements/base.in
inflection==0.5.1
# via drf-yasg
Expand Down Expand Up @@ -173,7 +173,7 @@ pillow==10.3.0
# wagtail
pillow-heif==0.16.0
# via willow
psutil==5.9.8
psutil==6.0.0
# via edx-django-utils
pycparser==2.22
# via cffi
Expand Down Expand Up @@ -214,7 +214,7 @@ requests==2.32.3
# wagtail
requests-oauthlib==2.0.0
# via social-auth-core
s3transfer==0.10.1
s3transfer==0.10.2
# via boto3
semantic-version==2.10.0
# via edx-drf-extensions
Expand Down
24 changes: 12 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ beautifulsoup4==4.12.3
# via
# -r requirements/quality.txt
# wagtail
boto3==1.34.128
boto3==1.34.132
# via -r requirements/quality.txt
botocore==1.34.128
botocore==1.34.132
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -75,7 +75,7 @@ colorama==0.4.6
# via
# -r requirements/quality.txt
# tox
coverage[toml]==7.5.3
coverage[toml]==7.5.4
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -128,7 +128,7 @@ django==4.2.13
# laces
# social-auth-app-django
# wagtail
django-cors-headers==4.3.1
django-cors-headers==4.4.0
# via -r requirements/quality.txt
django-crum==0.7.9
# via
Expand Down Expand Up @@ -167,7 +167,7 @@ django-waffle==4.1.0
# -r requirements/quality.txt
# edx-django-utils
# edx-drf-extensions
djangorestframework==3.15.1
djangorestframework==3.15.2
# via
# -r requirements/quality.txt
# drf-jwt
Expand Down Expand Up @@ -226,11 +226,11 @@ exceptiongroup==1.2.1
# pytest
factory-boy==3.3.0
# via -r requirements/quality.txt
faker==25.8.0
faker==25.9.1
# via
# -r requirements/quality.txt
# factory-boy
filelock==3.15.1
filelock==3.15.4
# via
# -r requirements/quality.txt
# tox
Expand All @@ -248,7 +248,7 @@ importlib-metadata==6.11.0
# -c requirements/common_constraints.txt
# -r requirements/quality.txt
# typeguard
inflect==7.2.1
inflect==7.3.0
# via -r requirements/quality.txt
inflection==0.5.1
# via
Expand Down Expand Up @@ -351,7 +351,7 @@ pluggy==1.5.0
# tox
polib==1.2.0
# via edx-i18n-tools
psutil==5.9.8
psutil==6.0.0
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down Expand Up @@ -401,7 +401,7 @@ pynacl==1.5.0
# via
# -r requirements/quality.txt
# edx-django-utils
pyproject-api==1.6.1
pyproject-api==1.7.1
# via
# -r requirements/quality.txt
# tox
Expand Down Expand Up @@ -453,7 +453,7 @@ requests-oauthlib==2.0.0
# via
# -r requirements/quality.txt
# social-auth-core
s3transfer==0.10.1
s3transfer==0.10.2
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -545,7 +545,7 @@ urllib3==1.26.19
# -r requirements/quality.txt
# botocore
# requests
virtualenv==20.26.2
virtualenv==20.26.3
# via
# -r requirements/quality.txt
# tox
Expand Down
24 changes: 12 additions & 12 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ beautifulsoup4==4.12.3
# via
# -r requirements/test.txt
# wagtail
boto3==1.34.128
boto3==1.34.132
# via -r requirements/test.txt
botocore==1.34.128
botocore==1.34.132
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -78,7 +78,7 @@ colorama==0.4.6
# via
# -r requirements/test.txt
# tox
coverage[toml]==7.5.3
coverage[toml]==7.5.4
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -125,7 +125,7 @@ django==4.2.13
# laces
# social-auth-app-django
# wagtail
django-cors-headers==4.3.1
django-cors-headers==4.4.0
# via -r requirements/test.txt
django-crum==0.7.9
# via
Expand Down Expand Up @@ -162,7 +162,7 @@ django-waffle==4.1.0
# -r requirements/test.txt
# edx-django-utils
# edx-drf-extensions
djangorestframework==3.15.1
djangorestframework==3.15.2
# via
# -r requirements/test.txt
# drf-jwt
Expand Down Expand Up @@ -227,11 +227,11 @@ exceptiongroup==1.2.1
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==25.8.0
faker==25.9.1
# via
# -r requirements/test.txt
# factory-boy
filelock==3.15.1
filelock==3.15.4
# via
# -r requirements/test.txt
# tox
Expand All @@ -251,7 +251,7 @@ importlib-metadata==6.11.0
# -r requirements/test.txt
# sphinx
# typeguard
inflect==7.2.1
inflect==7.3.0
# via -r requirements/test.txt
inflection==0.5.1
# via
Expand Down Expand Up @@ -346,7 +346,7 @@ pluggy==1.5.0
# -r requirements/test.txt
# pytest
# tox
psutil==5.9.8
psutil==6.0.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -395,7 +395,7 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pyproject-api==1.6.1
pyproject-api==1.7.1
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -452,7 +452,7 @@ requests-oauthlib==2.0.0
# social-auth-core
restructuredtext-lint==1.4.0
# via doc8
s3transfer==0.10.1
s3transfer==0.10.2
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -560,7 +560,7 @@ urllib3==1.26.19
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.26.2
virtualenv==20.26.3
# via
# -r requirements/test.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.1.0
importlib-metadata==7.2.1
# via build
packaging==24.1
# via build
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.0
pip==24.1
# via -r requirements/pip.in
setuptools==70.0.0
setuptools==70.1.1
# via -r requirements/pip.in
14 changes: 7 additions & 7 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ beautifulsoup4==4.12.3
# via
# -r requirements/base.txt
# wagtail
boto3==1.34.128
boto3==1.34.132
# via
# -r requirements/base.txt
# -r requirements/production.in
botocore==1.34.128
botocore==1.34.132
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -83,7 +83,7 @@ django==4.2.13
# laces
# social-auth-app-django
# wagtail
django-cors-headers==4.3.1
django-cors-headers==4.4.0
# via -r requirements/base.txt
django-crum==0.7.9
# via
Expand Down Expand Up @@ -118,7 +118,7 @@ django-waffle==4.1.0
# -r requirements/base.txt
# edx-django-utils
# edx-drf-extensions
djangorestframework==3.15.1
djangorestframework==3.15.2
# via
# -r requirements/base.txt
# drf-jwt
Expand Down Expand Up @@ -183,7 +183,7 @@ importlib-metadata==6.11.0
# via
# -r requirements/base.txt
# typeguard
inflect==7.2.1
inflect==7.3.0
# via -r requirements/base.txt
inflection==0.5.1
# via
Expand Down Expand Up @@ -241,7 +241,7 @@ pillow-heif==0.16.0
# via
# -r requirements/base.txt
# willow
psutil==5.9.8
psutil==6.0.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -302,7 +302,7 @@ requests-oauthlib==2.0.0
# via
# -r requirements/base.txt
# social-auth-core
s3transfer==0.10.1
s3transfer==0.10.2
# via
# -r requirements/base.txt
# boto3
Expand Down
Loading
Loading