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 Oct 7, 2024
1 parent caa4ea2 commit 1e75334
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 25 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# make upgrade
#
boto3==1.35.29
boto3==1.35.34
# via smart-open
botocore==1.35.29
botocore==1.35.34
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -40,7 +40,7 @@ s3transfer==0.10.2
# via boto3
six==1.16.0
# via python-dateutil
smart-open[s3]==7.0.4
smart-open[s3]==7.0.5
# via -r requirements/base.in
urllib3==2.2.3
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.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/ci.in
virtualenv==20.26.6
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==3.3.4
astroid==3.3.5
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -13,16 +13,16 @@ backports-tarfile==1.2.0
# via
# -r requirements/quality.txt
# jaraco-context
boto3==1.35.29
boto3==1.35.34
# via
# -r requirements/quality.txt
# smart-open
botocore==1.35.29
botocore==1.35.34
# via
# -r requirements/quality.txt
# boto3
# s3transfer
build==1.2.2
build==1.2.2.post1
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -291,7 +291,7 @@ rfc3986==2.0.0
# via
# -r requirements/quality.txt
# twine
rich==13.8.1
rich==13.9.2
# via
# -r requirements/quality.txt
# twine
Expand All @@ -308,7 +308,7 @@ six==1.16.0
# -r requirements/quality.txt
# edx-lint
# python-dateutil
smart-open[s3]==7.0.4
smart-open[s3]==7.0.5
# via -r requirements/quality.txt
snowballstemmer==2.2.0
# via
Expand All @@ -326,7 +326,7 @@ tomlkit==0.13.2
# via
# -r requirements/quality.txt
# pylint
tox==4.20.0
tox==4.21.2
# via -r requirements/ci.txt
twine==5.1.1
# via -r requirements/quality.txt
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ backports-tarfile==1.2.0
# via jaraco-context
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto3==1.35.29
boto3==1.35.34
# via
# -r requirements/test.txt
# smart-open
botocore==1.35.29
botocore==1.35.34
# via
# -r requirements/test.txt
# boto3
# s3transfer
build==1.2.2
build==1.2.2.post1
# via -r requirements/doc.in
certifi==2024.8.30
# via
Expand Down Expand Up @@ -156,7 +156,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.8.1
rich==13.9.2
# via twine
s3transfer==0.10.2
# via
Expand All @@ -168,7 +168,7 @@ six==1.16.0
# via
# -r requirements/test.txt
# python-dateutil
smart-open[s3]==7.0.4
smart-open[s3]==7.0.5
# via -r requirements/test.txt
snowballstemmer==2.2.0
# via sphinx
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 @@ -4,17 +4,17 @@
#
# make upgrade
#
astroid==3.3.4
astroid==3.3.5
# via
# pylint
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
boto3==1.35.29
boto3==1.35.34
# via
# -r requirements/test.txt
# smart-open
botocore==1.35.29
botocore==1.35.34
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -176,7 +176,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.8.1
rich==13.9.2
# via twine
s3transfer==0.10.2
# via
Expand All @@ -189,7 +189,7 @@ six==1.16.0
# -r requirements/test.txt
# edx-lint
# python-dateutil
smart-open[s3]==7.0.4
smart-open[s3]==7.0.5
# via -r requirements/test.txt
snowballstemmer==2.2.0
# via pydocstyle
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
boto3==1.35.29
boto3==1.35.34
# via
# -r requirements/base.txt
# smart-open
botocore==1.35.29
botocore==1.35.34
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -71,7 +71,7 @@ six==1.16.0
# via
# -r requirements/base.txt
# python-dateutil
smart-open[s3]==7.0.4
smart-open[s3]==7.0.5
# via -r requirements/base.txt
urllib3==2.2.3
# via
Expand Down

0 comments on commit 1e75334

Please sign in to comment.