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
14 changes: 7 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
boto3==1.42.91
boto3==1.42.96
# via smart-open
botocore==1.42.91
botocore==1.42.96
# via
# boto3
# s3transfer
certifi==2026.2.25
certifi==2026.4.22
# via
# clickhouse-connect
# requests
Expand All @@ -20,11 +20,11 @@ chdb==4.1.6
# via -r requirements/base.in
chdb-core==26.1.0
# via chdb
click==8.3.2
click==8.3.3
# via -r requirements/base.in
clickhouse-connect==0.15.1
# via -r requirements/base.in
idna==3.11
idna==3.13
# via requests
jmespath==1.1.0
# via
Expand All @@ -38,7 +38,7 @@ pandas==3.0.2
# via
# chdb
# chdb-core
pyarrow==23.0.1
pyarrow==24.0.0
# via
# -r requirements/base.in
# chdb
Expand All @@ -53,7 +53,7 @@ pyyaml==6.0.3
# via -r requirements/base.in
requests==2.33.1
# via -r requirements/base.in
s3transfer==0.16.0
s3transfer==0.16.1
# via boto3
six==1.17.0
# via python-dateutil
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==7.0.5
cachetools==7.0.6
# via tox
colorama==0.4.6
# via tox
Expand All @@ -15,7 +15,7 @@ filelock==3.29.0
# python-discovery
# tox
# virtualenv
packaging==26.1
packaging==26.2
# via
# pyproject-api
# tox
Expand Down
26 changes: 13 additions & 13 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,24 @@ astroid==4.0.4
# -r requirements/quality.txt
# pylint
# pylint-celery
boto3==1.42.91
boto3==1.42.96
# via
# -r requirements/quality.txt
# smart-open
botocore==1.42.91
botocore==1.42.96
# via
# -r requirements/quality.txt
# boto3
# s3transfer
build==1.4.3
build==1.4.4
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==7.0.5
cachetools==7.0.6
# via
# -r requirements/ci.txt
# tox
certifi==2026.2.25
certifi==2026.4.22
# via
# -r requirements/quality.txt
# clickhouse-connect
Expand All @@ -47,7 +47,7 @@ chdb-core==26.1.0
# via
# -r requirements/quality.txt
# chdb
click==8.3.2
click==8.3.3
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand All @@ -73,7 +73,7 @@ coverage[toml]==7.13.5
# via
# -r requirements/quality.txt
# pytest-cov
cryptography==46.0.7
cryptography==47.0.0
# via
# -r requirements/quality.txt
# secretstorage
Expand Down Expand Up @@ -103,7 +103,7 @@ id==1.6.1
# via
# -r requirements/quality.txt
# twine
idna==3.11
idna==3.13
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -171,15 +171,15 @@ more-itertools==11.0.2
# -r requirements/quality.txt
# jaraco-classes
# jaraco-functools
nh3==0.3.4
nh3==0.3.5
# via
# -r requirements/quality.txt
# readme-renderer
numpy==2.4.4
# via
# -r requirements/quality.txt
# pandas
packaging==26.1
packaging==26.2
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -213,7 +213,7 @@ pluggy==1.6.0
# pytest
# pytest-cov
# tox
pyarrow==23.0.1
pyarrow==24.0.0
# via
# -r requirements/quality.txt
# chdb
Expand Down Expand Up @@ -314,7 +314,7 @@ rich==15.0.0
# via
# -r requirements/quality.txt
# twine
s3transfer==0.16.0
s3transfer==0.16.1
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -377,7 +377,7 @@ wcwidth==0.6.0
# via
# -r requirements/quality.txt
# urwid
wheel==0.46.3
wheel==0.47.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
22 changes: 11 additions & 11 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ babel==2.18.0
# sphinx
beautifulsoup4==4.14.3
# via pydata-sphinx-theme
boto3==1.42.91
boto3==1.42.96
# via
# -r requirements/test.txt
# smart-open
botocore==1.42.91
botocore==1.42.96
# via
# -r requirements/test.txt
# boto3
# s3transfer
build==1.4.3
build==1.4.4
# via -r requirements/doc.in
certifi==2026.2.25
certifi==2026.4.22
# via
# -r requirements/test.txt
# clickhouse-connect
Expand All @@ -42,15 +42,15 @@ chdb-core==26.1.0
# via
# -r requirements/test.txt
# chdb
click==8.3.2
click==8.3.3
# via -r requirements/test.txt
clickhouse-connect==0.15.1
# via -r requirements/test.txt
coverage[toml]==7.13.5
# via
# -r requirements/test.txt
# pytest-cov
cryptography==46.0.7
cryptography==47.0.0
# via secretstorage
docutils==0.22.4
# via
Expand All @@ -59,7 +59,7 @@ docutils==0.22.4
# sphinx
id==1.6.1
# via twine
idna==3.11
idna==3.13
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -102,13 +102,13 @@ more-itertools==11.0.2
# via
# jaraco-classes
# jaraco-functools
nh3==0.3.4
nh3==0.3.5
# via readme-renderer
numpy==2.4.4
# via
# -r requirements/test.txt
# pandas
packaging==26.1
packaging==26.2
# via
# -r requirements/test.txt
# build
Expand All @@ -125,7 +125,7 @@ pluggy==1.6.0
# -r requirements/test.txt
# pytest
# pytest-cov
pyarrow==23.0.1
pyarrow==24.0.0
# via
# -r requirements/test.txt
# chdb
Expand Down Expand Up @@ -181,7 +181,7 @@ rich==15.0.0
# via twine
roman-numerals==4.1.0
# via sphinx
s3transfer==0.16.0
s3transfer==0.16.1
# via
# -r requirements/test.txt
# boto3
Expand Down
8 changes: 4 additions & 4 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
build==1.4.3
build==1.4.4
# via pip-tools
click==8.3.2
click==8.3.3
# via pip-tools
packaging==26.1
packaging==26.2
# via
# build
# wheel
Expand All @@ -18,7 +18,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.46.3
wheel==0.47.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
packaging==26.1
packaging==26.2
# via wheel
wheel==0.46.3
wheel==0.47.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==26.0.1
pip==26.1
# via -r requirements/pip.in
setuptools==82.0.1
# via -r requirements/pip.in
20 changes: 10 additions & 10 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ astroid==4.0.4
# via
# pylint
# pylint-celery
boto3==1.42.91
boto3==1.42.96
# via
# -r requirements/test.txt
# smart-open
botocore==1.42.91
botocore==1.42.96
# via
# -r requirements/test.txt
# boto3
# s3transfer
certifi==2026.2.25
certifi==2026.4.22
# via
# -r requirements/test.txt
# clickhouse-connect
Expand All @@ -34,7 +34,7 @@ chdb-core==26.1.0
# via
# -r requirements/test.txt
# chdb
click==8.3.2
click==8.3.3
# via
# -r requirements/test.txt
# click-log
Expand All @@ -50,7 +50,7 @@ coverage[toml]==7.13.5
# via
# -r requirements/test.txt
# pytest-cov
cryptography==46.0.7
cryptography==47.0.0
# via secretstorage
dill==0.4.1
# via pylint
Expand All @@ -60,7 +60,7 @@ edx-lint==6.0.0
# via -r requirements/quality.in
id==1.6.1
# via twine
idna==3.11
idna==3.13
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -107,13 +107,13 @@ more-itertools==11.0.2
# via
# jaraco-classes
# jaraco-functools
nh3==0.3.4
nh3==0.3.5
# via readme-renderer
numpy==2.4.4
# via
# -r requirements/test.txt
# pandas
packaging==26.1
packaging==26.2
# via
# -r requirements/test.txt
# pytest
Expand All @@ -130,7 +130,7 @@ pluggy==1.6.0
# -r requirements/test.txt
# pytest
# pytest-cov
pyarrow==23.0.1
pyarrow==24.0.0
# via
# -r requirements/test.txt
# chdb
Expand Down Expand Up @@ -198,7 +198,7 @@ rfc3986==2.0.0
# via twine
rich==15.0.0
# via twine
s3transfer==0.16.0
s3transfer==0.16.1
# via
# -r requirements/test.txt
# boto3
Expand Down
Loading