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.42.25
boto3==1.42.30
# via smart-open
botocore==1.42.25
botocore==1.42.30
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -34,7 +34,7 @@ numpy==2.4.1
# via pandas
pandas==2.3.3
# via chdb
pyarrow==22.0.0
pyarrow==23.0.0
# via
# -r requirements/base.in
# chdb
Expand Down
10 changes: 5 additions & 5 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.25
boto3==1.42.30
# via
# -r requirements/quality.txt
# smart-open
botocore==1.42.25
botocore==1.42.30
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -125,7 +125,7 @@ jaraco-classes==3.4.0
# via
# -r requirements/quality.txt
# keyring
jaraco-context==6.0.2
jaraco-context==6.1.0
# via
# -r requirements/quality.txt
# keyring
Expand Down Expand Up @@ -216,7 +216,7 @@ pluggy==1.6.0
# pytest
# pytest-cov
# tox
pyarrow==22.0.0
pyarrow==23.0.0
# via
# -r requirements/quality.txt
# chdb
Expand Down Expand Up @@ -340,7 +340,7 @@ text-unidecode==1.3
# via
# -r requirements/quality.txt
# python-slugify
tomlkit==0.13.3
tomlkit==0.14.0
# via
# -r requirements/quality.txt
# pylint
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.25
boto3==1.42.30
# via
# -r requirements/test.txt
# smart-open
botocore==1.42.25
botocore==1.42.30
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -71,7 +71,7 @@ iniconfig==2.3.0
# pytest
jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.2
jaraco-context==6.1.0
# via keyring
jaraco-functools==4.4.0
# via keyring
Expand Down Expand Up @@ -125,7 +125,7 @@ pluggy==1.6.0
# -r requirements/test.txt
# pytest
# pytest-cov
pyarrow==22.0.0
pyarrow==23.0.0
# via
# -r requirements/test.txt
# chdb
Expand Down Expand Up @@ -196,7 +196,7 @@ smart-open[s3]==7.5.0
# via -r requirements/test.txt
snowballstemmer==3.0.1
# via sphinx
soupsieve==2.8.1
soupsieve==2.8.2
# via beautifulsoup4
sphinx==9.0.4
# via
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==4.0.3
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
boto3==1.42.25
boto3==1.42.30
# via
# -r requirements/test.txt
# smart-open
botocore==1.42.25
botocore==1.42.30
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -74,7 +74,7 @@ isort==7.0.0
# pylint
jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.2
jaraco-context==6.1.0
# via keyring
jaraco-functools==4.4.0
# via keyring
Expand Down Expand Up @@ -129,7 +129,7 @@ pluggy==1.6.0
# -r requirements/test.txt
# pytest
# pytest-cov
pyarrow==22.0.0
pyarrow==23.0.0
# via
# -r requirements/test.txt
# chdb
Expand Down Expand Up @@ -217,7 +217,7 @@ stevedore==5.6.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomlkit==0.13.3
tomlkit==0.14.0
# via pylint
twine==6.2.0
# via -r requirements/quality.in
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.42.25
boto3==1.42.30
# via
# -r requirements/base.txt
# smart-open
botocore==1.42.25
botocore==1.42.30
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -59,7 +59,7 @@ pluggy==1.6.0
# via
# pytest
# pytest-cov
pyarrow==22.0.0
pyarrow==23.0.0
# via
# -r requirements/base.txt
# chdb
Expand Down