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 23, 2024
1 parent c98e543 commit c0a6247
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 34 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.19
boto3==1.35.24
# via fs-s3fs
botocore==1.35.19
botocore==1.35.24
# via
# boto3
# s3transfer
Expand Down
20 changes: 10 additions & 10 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.2.4
astroid==3.3.3
# via
# -r requirements/test.txt
# pylint
Expand All @@ -29,11 +29,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.35.19
boto3==1.35.24
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.19
botocore==1.35.24
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -123,7 +123,7 @@ docutils==0.21.2
# readme-renderer
edx-lint==5.4.0
# via -r requirements/test.txt
filelock==3.16.0
filelock==3.16.1
# via
# -r requirements/tox.txt
# tox
Expand Down Expand Up @@ -183,7 +183,7 @@ jmespath==1.0.1
# -r requirements/test.txt
# boto3
# botocore
keyring==25.3.0
keyring==25.4.1
# via
# -r requirements/test.txt
# twine
Expand Down Expand Up @@ -250,7 +250,7 @@ pkginfo==1.10.0
# via
# -r requirements/test.txt
# twine
platformdirs==4.3.3
platformdirs==4.3.6
# via
# -r requirements/test.txt
# -r requirements/tox.txt
Expand All @@ -274,7 +274,7 @@ pygments==2.18.0
# -r requirements/test.txt
# readme-renderer
# rich
pylint==3.2.7
pylint==3.3.0
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -298,7 +298,7 @@ pypng==0.20220715.0
# via
# -r requirements/test.txt
# xblock-sdk
pyproject-api==1.7.1
pyproject-api==1.8.0
# via
# -r requirements/tox.txt
# tox
Expand Down Expand Up @@ -390,7 +390,7 @@ tomlkit==0.13.2
# via
# -r requirements/test.txt
# pylint
tox==4.18.1
tox==4.20.0
# via -r requirements/tox.txt
twine==5.1.1
# via -r requirements/test.txt
Expand All @@ -404,7 +404,7 @@ urllib3==2.2.3
# botocore
# requests
# twine
virtualenv==20.26.4
virtualenv==20.26.5
# via
# -r requirements/tox.txt
# tox
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
boto3==1.35.19
boto3==1.35.24
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.19
botocore==1.35.24
# via
# -r requirements/base.txt
# boto3
Expand Down
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ babel==2.16.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto3==1.35.19
boto3==1.35.24
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.19
botocore==1.35.24
# via
# -r requirements/base.txt
# boto3
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==75.0.0
setuptools==75.1.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 @@ -14,19 +14,19 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
astroid==3.2.4
astroid==3.3.3
# via
# pylint
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.19
boto3==1.35.24
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.19
botocore==1.35.24
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -109,7 +109,7 @@ jmespath==1.0.1
# -r requirements/base.txt
# boto3
# botocore
keyring==25.3.0
keyring==25.4.1
# via twine
lazy==1.6
# via
Expand Down Expand Up @@ -152,7 +152,7 @@ pbr==6.1.0
# via stevedore
pkginfo==1.10.0
# via twine
platformdirs==4.3.3
platformdirs==4.3.6
# via pylint
pycodestyle==2.12.1
# via -r requirements/quality.in
Expand All @@ -162,7 +162,7 @@ pygments==2.18.0
# via
# readme-renderer
# rich
pylint==3.2.7
pylint==3.3.0
# via
# -r requirements/quality.in
# edx-lint
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
astroid==3.2.4
astroid==3.3.3
# via
# pylint
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.19
boto3==1.35.24
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.19
botocore==1.35.24
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -117,7 +117,7 @@ jmespath==1.0.1
# -r requirements/base.txt
# boto3
# botocore
keyring==25.3.0
keyring==25.4.1
# via twine
lazy==1.6
# via
Expand Down Expand Up @@ -164,7 +164,7 @@ pbr==6.1.0
# via stevedore
pkginfo==1.10.0
# via twine
platformdirs==4.3.3
platformdirs==4.3.6
# via pylint
pluggy==1.5.0
# via pytest
Expand All @@ -176,7 +176,7 @@ pygments==2.18.0
# via
# readme-renderer
# rich
pylint==3.2.7
pylint==3.3.0
# via
# edx-lint
# pylint-celery
Expand Down
10 changes: 5 additions & 5 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.16.0
filelock==3.16.1
# via
# tox
# virtualenv
packaging==24.1
# via
# pyproject-api
# tox
platformdirs==4.3.3
platformdirs==4.3.6
# via
# tox
# virtualenv
pluggy==1.5.0
# via tox
pyproject-api==1.7.1
pyproject-api==1.8.0
# via tox
tox==4.18.1
tox==4.20.0
# via -r requirements/tox.in
virtualenv==20.26.4
virtualenv==20.26.5
# via tox

0 comments on commit c0a6247

Please sign in to comment.