Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Oct 7, 2024
1 parent 3c3c050 commit 9007307
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 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.3.4
astroid==3.3.5
# 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.29
boto3==1.35.34
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.29
botocore==1.35.34
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -324,7 +324,7 @@ rfc3986==2.0.0
# via
# -r requirements/test.txt
# twine
rich==13.8.1
rich==13.9.2
# via
# -r requirements/test.txt
# cookiecutter
Expand Down Expand Up @@ -365,11 +365,11 @@ tomlkit==0.13.2
# via
# -r requirements/test.txt
# pylint
tox==4.20.0
tox==4.21.2
# via -r requirements/tox.txt
twine==5.1.1
# via -r requirements/test.txt
types-python-dateutil==2.9.0.20240906
types-python-dateutil==2.9.0.20241003
# via
# -r requirements/test.txt
# arrow
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.2.2
build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
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.3.4
astroid==3.3.5
# via
# pylint
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.29
boto3==1.35.34
# via fs-s3fs
botocore==1.35.29
botocore==1.35.34
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -144,7 +144,7 @@ requests==2.32.3
# via
# cookiecutter
# xblock-sdk
rich==13.8.1
rich==13.9.2
# via cookiecutter
s3transfer==0.10.2
# via boto3
Expand All @@ -170,7 +170,7 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
# via pylint
types-python-dateutil==2.9.0.20240906
types-python-dateutil==2.9.0.20241003
# via arrow
urllib3==2.2.3
# via
Expand Down
10 changes: 5 additions & 5 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.3.4
astroid==3.3.5
# via
# pylint
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.29
boto3==1.35.34
# via fs-s3fs
botocore==1.35.29
botocore==1.35.34
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -199,7 +199,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.8.1
rich==13.9.2
# via
# cookiecutter
# twine
Expand Down Expand Up @@ -231,7 +231,7 @@ tomlkit==0.13.2
# via pylint
twine==5.1.1
# via -r requirements/test.in
types-python-dateutil==2.9.0.20240906
types-python-dateutil==2.9.0.20241003
# via arrow
urllib3==2.2.3
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pluggy==1.5.0
# via tox
pyproject-api==1.8.0
# via tox
tox==4.20.0
tox==4.21.2
# via -r requirements/tox.in
virtualenv==20.26.6
# via tox

0 comments on commit 9007307

Please sign in to comment.