Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Oct 21, 2024
1 parent a1cd856 commit adaea38
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 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.39
boto3==1.35.44
# via smart-open
botocore==1.35.39
botocore==1.35.44
# via
# boto3
# s3transfer
Expand Down
4 changes: 2 additions & 2 deletions 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.21.2
tox==4.23.0
# via -r requirements/ci.in
virtualenv==20.26.6
virtualenv==20.27.0
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ backports-tarfile==1.2.0
# via
# -r requirements/quality.txt
# jaraco-context
boto3==1.35.39
boto3==1.35.44
# via
# -r requirements/quality.txt
# smart-open
botocore==1.35.39
botocore==1.35.44
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -70,11 +70,11 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.6.3
coverage[toml]==7.6.4
# via
# -r requirements/quality.txt
# pytest-cov
cryptography==43.0.1
cryptography==43.0.3
# via
# -r requirements/quality.txt
# secretstorage
Expand Down Expand Up @@ -155,7 +155,7 @@ markdown-it-py==3.0.0
# via
# -r requirements/quality.txt
# rich
markupsafe==3.0.1
markupsafe==3.0.2
# via
# -r requirements/quality.txt
# jinja2
Expand Down Expand Up @@ -326,7 +326,7 @@ tomlkit==0.13.2
# via
# -r requirements/quality.txt
# pylint
tox==4.21.2
tox==4.23.0
# via -r requirements/ci.txt
twine==5.1.1
# via -r requirements/quality.txt
Expand All @@ -337,7 +337,7 @@ urllib3==2.2.3
# clickhouse-connect
# requests
# twine
virtualenv==20.26.6
virtualenv==20.27.0
# via
# -r requirements/ci.txt
# tox
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ backports-tarfile==1.2.0
# via jaraco-context
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto3==1.35.39
boto3==1.35.44
# via
# -r requirements/test.txt
# smart-open
botocore==1.35.39
botocore==1.35.44
# via
# -r requirements/test.txt
# boto3
Expand All @@ -42,11 +42,11 @@ click==8.1.7
# via -r requirements/test.txt
clickhouse-connect==0.6.23
# via -r requirements/test.txt
coverage[toml]==7.6.3
coverage[toml]==7.6.4
# via
# -r requirements/test.txt
# pytest-cov
cryptography==43.0.1
cryptography==43.0.3
# via secretstorage
docutils==0.21.2
# via
Expand Down Expand Up @@ -92,7 +92,7 @@ lz4==4.3.3
# clickhouse-connect
markdown-it-py==3.0.0
# via rich
markupsafe==3.0.1
markupsafe==3.0.2
# via jinja2
mdurl==0.1.2
# via markdown-it-py
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.1.0
setuptools==75.2.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 @@ -10,11 +10,11 @@ astroid==3.3.5
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
boto3==1.35.39
boto3==1.35.44
# via
# -r requirements/test.txt
# smart-open
botocore==1.35.39
botocore==1.35.44
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -42,11 +42,11 @@ clickhouse-connect==0.6.23
# via -r requirements/test.txt
code-annotations==1.8.0
# via edx-lint
coverage[toml]==7.6.3
coverage[toml]==7.6.4
# via
# -r requirements/test.txt
# pytest-cov
cryptography==43.0.1
cryptography==43.0.3
# via secretstorage
dill==0.3.9
# via pylint
Expand Down Expand Up @@ -95,7 +95,7 @@ lz4==4.3.3
# clickhouse-connect
markdown-it-py==3.0.0
# via rich
markupsafe==3.0.1
markupsafe==3.0.2
# via jinja2
mccabe==0.7.0
# via pylint
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.39
boto3==1.35.44
# via
# -r requirements/base.txt
# smart-open
botocore==1.35.39
botocore==1.35.44
# via
# -r requirements/base.txt
# boto3
Expand All @@ -26,7 +26,7 @@ click==8.1.7
# via -r requirements/base.txt
clickhouse-connect==0.6.23
# via -r requirements/base.txt
coverage[toml]==7.6.3
coverage[toml]==7.6.4
# via pytest-cov
idna==3.10
# via
Expand Down

0 comments on commit adaea38

Please sign in to comment.