Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.40.74
boto3==1.41.2
# via smart-open
botocore==1.40.74
botocore==1.41.2
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -50,7 +50,7 @@ pyyaml==6.0.3
# via -r requirements/base.in
requests==2.32.5
# via -r requirements/base.in
s3transfer==0.14.0
s3transfer==0.15.0
# via boto3
six==1.17.0
# via python-dateutil
Expand Down
12 changes: 6 additions & 6 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.40.74
boto3==1.41.2
# via
# -r requirements/quality.txt
# smart-open
botocore==1.40.74
botocore==1.41.2
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -72,7 +72,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.11.3
coverage[toml]==7.12.0
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -313,11 +313,11 @@ rich==14.2.0
# via
# -r requirements/quality.txt
# twine
s3transfer==0.14.0
s3transfer==0.15.0
# via
# -r requirements/quality.txt
# boto3
secretstorage==3.4.1
secretstorage==3.5.0
# via
# -r requirements/quality.txt
# keyring
Expand All @@ -332,7 +332,7 @@ snowballstemmer==3.0.1
# via
# -r requirements/quality.txt
# pydocstyle
stevedore==5.5.0
stevedore==5.6.0
# via
# -r requirements/quality.txt
# code-annotations
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.14.2
# via pydata-sphinx-theme
boto3==1.40.74
boto3==1.41.2
# via
# -r requirements/test.txt
# smart-open
botocore==1.40.74
botocore==1.41.2
# via
# -r requirements/test.txt
# boto3
Expand All @@ -44,7 +44,7 @@ click==8.3.1
# via -r requirements/test.txt
clickhouse-connect==0.10.0
# via -r requirements/test.txt
coverage[toml]==7.11.3
coverage[toml]==7.12.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -182,11 +182,11 @@ rich==14.2.0
# via twine
roman-numerals-py==3.1.0
# via sphinx
s3transfer==0.14.0
s3transfer==0.15.0
# via
# -r requirements/test.txt
# boto3
secretstorage==3.4.1
secretstorage==3.5.0
# via keyring
six==1.17.0
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ astroid==3.3.11
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
boto3==1.40.74
boto3==1.41.2
# via
# -r requirements/test.txt
# smart-open
botocore==1.40.74
botocore==1.41.2
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -44,7 +44,7 @@ clickhouse-connect==0.10.0
# via -r requirements/test.txt
code-annotations==2.3.0
# via edx-lint
coverage[toml]==7.11.3
coverage[toml]==7.12.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -198,11 +198,11 @@ rfc3986==2.0.0
# via twine
rich==14.2.0
# via twine
s3transfer==0.14.0
s3transfer==0.15.0
# via
# -r requirements/test.txt
# boto3
secretstorage==3.4.1
secretstorage==3.5.0
# via keyring
six==1.17.0
# via
Expand All @@ -213,7 +213,7 @@ smart-open[s3]==7.5.0
# via -r requirements/test.txt
snowballstemmer==3.0.1
# via pydocstyle
stevedore==5.5.0
stevedore==5.6.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
boto3==1.40.74
boto3==1.41.2
# via
# -r requirements/base.txt
# smart-open
botocore==1.40.74
botocore==1.41.2
# via
# -r requirements/base.txt
# boto3
Expand All @@ -28,7 +28,7 @@ click==8.3.1
# via -r requirements/base.txt
clickhouse-connect==0.10.0
# via -r requirements/base.txt
coverage[toml]==7.11.3
coverage[toml]==7.12.0
# via pytest-cov
idna==3.11
# via
Expand Down Expand Up @@ -87,7 +87,7 @@ pyyaml==6.0.3
# via -r requirements/base.txt
requests==2.32.5
# via -r requirements/base.txt
s3transfer==0.14.0
s3transfer==0.15.0
# via
# -r requirements/base.txt
# boto3
Expand Down