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 Sep 2, 2024
1 parent 18cb1bd commit cc0bbbe
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
14 changes: 7 additions & 7 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.35.5
boto3==1.35.10
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.5
botocore==1.35.10
# via
# -r requirements/test.txt
# boto3
Expand All @@ -42,7 +42,7 @@ cachetools==5.5.0
# via
# -r requirements/tox.txt
# tox
certifi==2024.7.4
certifi==2024.8.30
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -223,7 +223,7 @@ packaging==24.1
# pyproject-api
# pytest
# tox
pbr==6.0.0
pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
Expand Down Expand Up @@ -253,7 +253,7 @@ pygments==2.18.0
# -r requirements/test.txt
# readme-renderer
# rich
pylint==3.2.6
pylint==3.2.7
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -324,7 +324,7 @@ rfc3986==2.0.0
# via
# -r requirements/test.txt
# twine
rich==13.7.1
rich==13.8.0
# via
# -r requirements/test.txt
# cookiecutter
Expand Down Expand Up @@ -399,7 +399,7 @@ xblock==5.1.0
# xblock-sdk
xblock-sdk==0.12.0
# via -r requirements/test.txt
zipp==3.20.0
zipp==3.20.1
# via
# -r requirements/test.txt
# importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ babel==2.16.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
certifi==2024.7.4
certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
# via requests
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==73.0.1
setuptools==74.0.0
# via -r requirements/pip.in
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ astroid==3.2.4
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.5
boto3==1.35.10
# via fs-s3fs
botocore==1.35.5
botocore==1.35.10
# via
# boto3
# s3transfer
certifi==2024.7.4
certifi==2024.8.30
# via requests
chardet==5.2.0
# via binaryornot
Expand Down Expand Up @@ -95,15 +95,15 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
pbr==6.0.0
pbr==6.1.0
# via stevedore
platformdirs==4.2.2
# via pylint
pycodestyle==2.12.1
# via -r requirements/quality.in
pygments==2.18.0
# via rich
pylint==3.2.6
pylint==3.2.7
# via
# -r requirements/quality.in
# edx-lint
Expand Down Expand Up @@ -144,7 +144,7 @@ requests==2.32.3
# via
# cookiecutter
# xblock-sdk
rich==13.7.1
rich==13.8.0
# via cookiecutter
s3transfer==0.10.2
# via boto3
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.5
boto3==1.35.10
# via fs-s3fs
botocore==1.35.5
botocore==1.35.10
# via
# boto3
# s3transfer
certifi==2024.7.4
certifi==2024.8.30
# via requests
cffi==1.17.0
# via cryptography
Expand Down Expand Up @@ -134,7 +134,7 @@ nh3==0.2.18
# via readme-renderer
packaging==24.1
# via pytest
pbr==6.0.0
pbr==6.1.0
# via stevedore
pkginfo==1.10.0
# via twine
Expand All @@ -148,7 +148,7 @@ pygments==2.18.0
# via
# readme-renderer
# rich
pylint==3.2.6
pylint==3.2.7
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -199,7 +199,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.7.1
rich==13.8.0
# via
# cookiecutter
# twine
Expand Down Expand Up @@ -254,7 +254,7 @@ xblock==5.1.0
# xblock-sdk
xblock-sdk==0.12.0
# via -r requirements/test.in
zipp==3.20.0
zipp==3.20.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit cc0bbbe

Please sign in to comment.