Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Jan 6, 2025
1 parent 0d5f5eb commit 76a121a
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
boto3==1.35.90
boto3==1.35.92
# via fs-s3fs
botocore==1.35.90
botocore==1.35.92
# via
# boto3
# s3transfer
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ binaryornot==0.4.4
# -r requirements/quality.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.35.90
boto3==1.35.92
# via
# -r requirements/quality.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.90
botocore==1.35.92
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -270,7 +270,7 @@ pycodestyle==2.12.1
# via -r requirements/quality.txt
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.18.0
pygments==2.19.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -419,7 +419,7 @@ urllib3==2.3.0
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.28.0
virtualenv==20.28.1
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.35.90
boto3==1.35.92
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.90
botocore==1.35.92
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -238,7 +238,7 @@ pycparser==2.22
# via cffi
pydata-sphinx-theme==0.16.1
# via sphinx-book-theme
pygments==2.18.0
pygments==2.19.0
# via
# -r requirements/test.txt
# accessible-pygments
Expand Down Expand Up @@ -378,7 +378,7 @@ urllib3==2.3.0
# botocore
# requests
# twine
virtualenv==20.28.0
virtualenv==20.28.1
# via
# -r requirements/test.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==24.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==75.6.0
setuptools==75.7.0
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.35.90
boto3==1.35.92
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.90
botocore==1.35.92
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -204,7 +204,7 @@ pycodestyle==2.12.1
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.18.0
pygments==2.19.0
# via
# -r requirements/test.txt
# rich
Expand Down Expand Up @@ -313,7 +313,7 @@ urllib3==2.3.0
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.28.0
virtualenv==20.28.1
# via
# -r requirements/test.txt
# tox
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ asgiref==3.8.1
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.90
boto3==1.35.92
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.90
botocore==1.35.92
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -143,7 +143,7 @@ polib==1.2.0
# via
# -r requirements/base.txt
# edx-i18n-tools
pygments==2.18.0
pygments==2.19.0
# via rich
pypng==0.20220715.0
# via xblock-sdk
Expand Down Expand Up @@ -216,7 +216,7 @@ urllib3==2.3.0
# -r requirements/base.txt
# botocore
# requests
virtualenv==20.28.0
virtualenv==20.28.1
# via tox
web-fragments==2.2.0
# via
Expand Down

0 comments on commit 76a121a

Please sign in to comment.