Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jul 5, 2024
1 parent d37e68c commit 3142cd9
Show file tree
Hide file tree
Showing 8 changed files with 54 additions and 54 deletions.
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.132
boto3==1.34.137
# via -r requirements/base.in
botocore==1.34.132
botocore==1.34.137
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -137,7 +137,7 @@ importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# typeguard
inflect==7.3.0
inflect==7.3.1
# via -r requirements/base.in
inflection==0.5.1
# via drf-yasg
Expand All @@ -161,17 +161,17 @@ oauthlib==3.2.2
# via
# requests-oauthlib
# social-auth-core
openpyxl==3.1.4
openpyxl==3.1.5
# via wagtail
packaging==24.1
# via drf-yasg
pbr==6.0.0
# via stevedore
pillow==10.3.0
pillow==10.4.0
# via
# pillow-heif
# wagtail
pillow-heif==0.16.0
pillow-heif==0.17.0
# via willow
psutil==6.0.0
# via edx-django-utils
Expand All @@ -184,7 +184,7 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pymongo==4.7.3
pymongo==4.8.0
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
Expand Down
20 changes: 10 additions & 10 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.132
boto3==1.34.137
# via -r requirements/quality.txt
botocore==1.34.132
botocore==1.34.137
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -90,7 +90,7 @@ defusedxml==0.8.0rc2
# python3-openid
# social-auth-core
# willow
diff-cover==9.0.0
diff-cover==9.1.0
# via -r requirements/dev.in
dill==0.3.8
# via
Expand Down Expand Up @@ -226,7 +226,7 @@ exceptiongroup==1.2.1
# pytest
factory-boy==3.3.0
# via -r requirements/quality.txt
faker==25.9.1
faker==26.0.0
# via
# -r requirements/quality.txt
# factory-boy
Expand All @@ -248,7 +248,7 @@ importlib-metadata==6.11.0
# -c requirements/common_constraints.txt
# -r requirements/quality.txt
# typeguard
inflect==7.3.0
inflect==7.3.1
# via -r requirements/quality.txt
inflection==0.5.1
# via
Expand Down Expand Up @@ -311,7 +311,7 @@ oauthlib==3.2.2
# -r requirements/quality.txt
# requests-oauthlib
# social-auth-core
openpyxl==3.1.4
openpyxl==3.1.5
# via
# -r requirements/quality.txt
# wagtail
Expand All @@ -328,12 +328,12 @@ pbr==6.0.0
# via
# -r requirements/quality.txt
# stevedore
pillow==10.3.0
pillow==10.4.0
# via
# -r requirements/quality.txt
# pillow-heif
# wagtail
pillow-heif==0.16.0
pillow-heif==0.17.0
# via
# -r requirements/quality.txt
# willow
Expand Down Expand Up @@ -373,7 +373,7 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.2.3
pylint==3.2.5
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -393,7 +393,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/quality.txt
# pylint-celery
# pylint-django
pymongo==4.7.3
pymongo==4.8.0
# via
# -r requirements/quality.txt
# edx-opaque-keys
Expand Down
18 changes: 9 additions & 9 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.132
boto3==1.34.137
# via -r requirements/test.txt
botocore==1.34.132
botocore==1.34.137
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -227,7 +227,7 @@ exceptiongroup==1.2.1
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==25.9.1
faker==26.0.0
# via
# -r requirements/test.txt
# factory-boy
Expand All @@ -251,7 +251,7 @@ importlib-metadata==6.11.0
# -r requirements/test.txt
# sphinx
# typeguard
inflect==7.3.0
inflect==7.3.1
# via -r requirements/test.txt
inflection==0.5.1
# via
Expand Down Expand Up @@ -310,7 +310,7 @@ oauthlib==3.2.2
# -r requirements/test.txt
# requests-oauthlib
# social-auth-core
openpyxl==3.1.4
openpyxl==3.1.5
# via
# -r requirements/test.txt
# wagtail
Expand All @@ -326,12 +326,12 @@ pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
pillow==10.3.0
pillow==10.4.0
# via
# -r requirements/test.txt
# pillow-heif
# wagtail
pillow-heif==0.16.0
pillow-heif==0.17.0
# via
# -r requirements/test.txt
# willow
Expand Down Expand Up @@ -367,7 +367,7 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.2.3
pylint==3.2.5
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -387,7 +387,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/test.txt
# pylint-celery
# pylint-django
pymongo==4.7.3
pymongo==4.8.0
# via
# -r requirements/test.txt
# edx-opaque-keys
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.2.1
importlib-metadata==8.0.0
# 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.1
pip==24.1.1
# via -r requirements/pip.in
setuptools==70.1.1
setuptools==70.2.0
# 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.132
boto3==1.34.137
# via
# -r requirements/base.txt
# -r requirements/production.in
botocore==1.34.132
botocore==1.34.137
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -183,7 +183,7 @@ importlib-metadata==6.11.0
# via
# -r requirements/base.txt
# typeguard
inflect==7.3.0
inflect==7.3.1
# via -r requirements/base.txt
inflection==0.5.1
# via
Expand Down Expand Up @@ -219,7 +219,7 @@ oauthlib==3.2.2
# -r requirements/base.txt
# requests-oauthlib
# social-auth-core
openpyxl==3.1.4
openpyxl==3.1.5
# via
# -r requirements/base.txt
# wagtail
Expand All @@ -232,12 +232,12 @@ pbr==6.0.0
# via
# -r requirements/base.txt
# stevedore
pillow==10.3.0
pillow==10.4.0
# via
# -r requirements/base.txt
# pillow-heif
# wagtail
pillow-heif==0.16.0
pillow-heif==0.17.0
# via
# -r requirements/base.txt
# willow
Expand All @@ -259,7 +259,7 @@ pyjwt[crypto]==2.8.0
# social-auth-core
pymemcache==4.0.0
# via -r requirements/production.in
pymongo==4.7.3
pymongo==4.8.0
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand Down
18 changes: 9 additions & 9 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ beautifulsoup4==4.12.3
# via
# -r requirements/test.txt
# wagtail
boto3==1.34.132
boto3==1.34.137
# via -r requirements/test.txt
botocore==1.34.132
botocore==1.34.137
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -215,7 +215,7 @@ exceptiongroup==1.2.1
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==25.9.1
faker==26.0.0
# via
# -r requirements/test.txt
# factory-boy
Expand All @@ -236,7 +236,7 @@ importlib-metadata==6.11.0
# via
# -r requirements/test.txt
# typeguard
inflect==7.3.0
inflect==7.3.1
# via -r requirements/test.txt
inflection==0.5.1
# via
Expand Down Expand Up @@ -293,7 +293,7 @@ oauthlib==3.2.2
# -r requirements/test.txt
# requests-oauthlib
# social-auth-core
openpyxl==3.1.4
openpyxl==3.1.5
# via
# -r requirements/test.txt
# wagtail
Expand All @@ -308,12 +308,12 @@ pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
pillow==10.3.0
pillow==10.4.0
# via
# -r requirements/test.txt
# pillow-heif
# wagtail
pillow-heif==0.16.0
pillow-heif==0.17.0
# via
# -r requirements/test.txt
# willow
Expand Down Expand Up @@ -348,7 +348,7 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.2.3
pylint==3.2.5
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -368,7 +368,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/test.txt
# pylint-celery
# pylint-django
pymongo==4.7.3
pymongo==4.8.0
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand Down
Loading

0 comments on commit 3142cd9

Please sign in to comment.