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
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# make upgrade
#
boto3==1.42.4
boto3==1.42.9
# via smart-open
botocore==1.42.4
botocore==1.42.9
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -56,9 +56,9 @@ six==1.17.0
# via python-dateutil
smart-open[s3]==7.5.0
# via -r requirements/base.in
tzdata==2025.2
tzdata==2025.3
# via pandas
urllib3==2.6.0
urllib3==2.6.2
# via
# botocore
# clickhouse-connect
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==6.2.2
cachetools==6.2.3
# via tox
chardet==5.2.0
# via tox
Expand Down
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.42.4
boto3==1.42.9
# via
# -r requirements/quality.txt
# smart-open
botocore==1.42.4
botocore==1.42.9
# via
# -r requirements/quality.txt
# boto3
Expand All @@ -26,7 +26,7 @@ build==1.3.0
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==6.2.2
cachetools==6.2.3
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -72,15 +72,15 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.12.0
coverage[toml]==7.13.0
# via
# -r requirements/quality.txt
# pytest-cov
cryptography==46.0.3
# via
# -r requirements/quality.txt
# secretstorage
diff-cover==9.7.2
diff-cover==10.0.0
# via -r requirements/dev.in
dill==0.4.0
# via
Expand Down Expand Up @@ -352,11 +352,11 @@ typing-extensions==4.15.0
# via
# -r requirements/quality.txt
# pytest-asyncio
tzdata==2025.2
tzdata==2025.3
# via
# -r requirements/quality.txt
# pandas
urllib3==2.6.0
urllib3==2.6.2
# via
# -r requirements/quality.txt
# botocore
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.3
# via pydata-sphinx-theme
boto3==1.42.4
boto3==1.42.9
# via
# -r requirements/test.txt
# smart-open
botocore==1.42.4
botocore==1.42.9
# 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.12.0
coverage[toml]==7.13.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -225,11 +225,11 @@ typing-extensions==4.15.0
# beautifulsoup4
# pydata-sphinx-theme
# pytest-asyncio
tzdata==2025.2
tzdata==2025.3
# via
# -r requirements/test.txt
# pandas
urllib3==2.6.0
urllib3==2.6.2
# via
# -r requirements/test.txt
# botocore
Expand Down
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.11
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
boto3==1.42.4
boto3==1.42.9
# via
# -r requirements/test.txt
# smart-open
botocore==1.42.4
botocore==1.42.9
# 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.12.0
coverage[toml]==7.13.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -225,11 +225,11 @@ typing-extensions==4.15.0
# via
# -r requirements/test.txt
# pytest-asyncio
tzdata==2025.2
tzdata==2025.3
# via
# -r requirements/test.txt
# pandas
urllib3==2.6.0
urllib3==2.6.2
# via
# -r requirements/test.txt
# botocore
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
boto3==1.42.4
boto3==1.42.9
# via
# -r requirements/base.txt
# smart-open
botocore==1.42.4
botocore==1.42.9
# 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.12.0
coverage[toml]==7.13.0
# via pytest-cov
idna==3.11
# via
Expand Down Expand Up @@ -99,11 +99,11 @@ smart-open[s3]==7.5.0
# via -r requirements/base.txt
typing-extensions==4.15.0
# via pytest-asyncio
tzdata==2025.2
tzdata==2025.3
# via
# -r requirements/base.txt
# pandas
urllib3==2.6.0
urllib3==2.6.2
# via
# -r requirements/base.txt
# botocore
Expand Down