Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Sep 23, 2024
1 parent 02e27a9 commit 4020cd2
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 27 deletions.
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 @@ -118,7 +118,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 @@ -176,7 +176,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 @@ -231,7 +231,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 @@ -253,7 +253,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 @@ -277,7 +277,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 @@ -365,7 +365,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 @@ -379,7 +379,7 @@ urllib3==2.2.3
# botocore
# requests
# twine
virtualenv==20.26.4
virtualenv==20.26.5
# via
# -r requirements/tox.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 @@ -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
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
astroid==3.2.4
astroid==3.3.3
# via
# pylint
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.19
boto3==1.35.24
# via fs-s3fs
botocore==1.35.19
botocore==1.35.24
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -97,13 +97,13 @@ mdurl==0.1.2
# via markdown-it-py
pbr==6.1.0
# via stevedore
platformdirs==4.3.3
platformdirs==4.3.6
# via pylint
pycodestyle==2.12.1
# via -r requirements/quality.in
pygments==2.18.0
# via 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,17 +14,17 @@ 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 fs-s3fs
botocore==1.35.19
botocore==1.35.24
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -103,7 +103,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
keyring==25.3.0
keyring==25.4.1
# via twine
lxml==5.3.0
# via
Expand Down Expand Up @@ -138,7 +138,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 @@ -148,7 +148,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 4020cd2

Please sign in to comment.