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 Jun 24, 2024
1 parent d2c60b9 commit f56b098
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
14 changes: 7 additions & 7 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.34.127
boto3==1.34.131
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.127
botocore==1.34.131
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -88,7 +88,7 @@ cookiecutter==2.6.0
# via
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.5.3
coverage[toml]==7.5.4
# via
# -r requirements/test.txt
# coveralls
Expand Down Expand Up @@ -127,7 +127,7 @@ exceptiongroup==1.2.1
# via
# -r requirements/test.txt
# pytest
filelock==3.15.1
filelock==3.15.4
# via
# -r requirements/tox.txt
# tox
Expand Down Expand Up @@ -291,7 +291,7 @@ pypng==0.20220715.0
# via
# -r requirements/test.txt
# xblock-sdk
pyproject-api==1.6.1
pyproject-api==1.7.1
# via
# -r requirements/tox.txt
# tox
Expand Down Expand Up @@ -403,13 +403,13 @@ typing-extensions==4.12.2
# astroid
# pylint
# rich
urllib3==1.26.18
urllib3==1.26.19
# via
# -r requirements/test.txt
# botocore
# requests
# twine
virtualenv==20.26.2
virtualenv==20.26.3
# via
# -r requirements/tox.txt
# tox
Expand Down
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.1.0
importlib-metadata==7.2.1
# via sphinx
jinja2==3.1.4
# via sphinx
Expand Down Expand Up @@ -129,7 +129,7 @@ typing-extensions==4.12.2
# -r requirements/base.txt
# asgiref
# pydata-sphinx-theme
urllib3==2.2.1
urllib3==2.2.2
# via requests
web-fragments==2.2.0
# via
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.0
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.127
boto3==1.34.131
# via fs-s3fs
botocore==1.34.127
botocore==1.34.131
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -186,7 +186,7 @@ typing-extensions==4.12.2
# astroid
# pylint
# rich
urllib3==1.26.18
urllib3==1.26.19
# via
# botocore
# requests
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.127
boto3==1.34.131
# via fs-s3fs
botocore==1.34.127
botocore==1.34.131
# via
# boto3
# s3transfer
Expand All @@ -53,7 +53,7 @@ code-annotations==1.8.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.5.3
coverage[toml]==7.5.4
# via coveralls
coveralls==4.0.1
# via -r requirements/test.in
Expand Down Expand Up @@ -255,7 +255,7 @@ typing-extensions==4.12.2
# astroid
# pylint
# rich
urllib3==1.26.18
urllib3==1.26.19
# via
# botocore
# requests
Expand Down
6 changes: 3 additions & 3 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.15.1
filelock==3.15.4
# via
# tox
# virtualenv
Expand All @@ -26,13 +26,13 @@ platformdirs==4.2.2
# virtualenv
pluggy==1.5.0
# via tox
pyproject-api==1.6.1
pyproject-api==1.7.1
# via tox
tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.15.1
# via -r requirements/tox.in
virtualenv==20.26.2
virtualenv==20.26.3
# via tox

0 comments on commit f56b098

Please sign in to comment.