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
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ aiosignal==1.4.0
# via aiohttp
attrs==26.1.0
# via aiohttp
boto3==1.43.29
boto3==1.43.34
# via smart-open
botocore==1.43.29
botocore==1.43.34
# via
# boto3
# s3transfer
certifi==2026.5.20
certifi==2026.6.17
# via
# clickhouse-connect
# requests
Expand Down Expand Up @@ -50,7 +50,7 @@ multidict==6.7.1
# via
# aiohttp
# yarl
numpy==2.4.6
numpy==2.5.0
# via pandas
pandas==3.0.3
# via
Expand All @@ -73,7 +73,7 @@ pyyaml==6.0.3
# via -r requirements/base.in
requests==2.34.2
# via -r requirements/base.in
s3transfer==0.18.0
s3transfer==0.19.0
# via boto3
six==1.17.0
# via python-dateutil
Expand All @@ -94,7 +94,7 @@ uvloop==0.22.1
# via -r requirements/base.in
wcwidth==0.8.1
# via urwid
wrapt==2.2.1
wrapt==2.2.2
# via smart-open
yarl==1.24.2
# via aiohttp
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ tomli-w==1.2.0
# via tox
tox==4.55.1
# via -r requirements/ci.in
virtualenv==21.5.0
virtualenv==21.5.1
# via tox
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ attrs==26.1.0
# via
# -r requirements/quality.txt
# aiohttp
boto3==1.43.29
boto3==1.43.34
# via
# -r requirements/quality.txt
# smart-open
botocore==1.43.29
botocore==1.43.34
# via
# -r requirements/quality.txt
# boto3
Expand All @@ -46,7 +46,7 @@ cachetools==7.1.4
# via
# -r requirements/ci.txt
# tox
certifi==2026.5.20
certifi==2026.6.17
# via
# -r requirements/quality.txt
# clickhouse-connect
Expand Down Expand Up @@ -89,7 +89,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.14.1
coverage[toml]==7.14.2
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -216,7 +216,7 @@ nh3==0.3.5
# via
# -r requirements/quality.txt
# readme-renderer
numpy==2.4.6
numpy==2.5.0
# via
# -r requirements/quality.txt
# pandas
Expand Down Expand Up @@ -312,7 +312,7 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==9.1.0
pytest==9.1.1
# via
# -r requirements/quality.txt
# pytest-asyncio
Expand Down Expand Up @@ -360,7 +360,7 @@ rich==15.0.0
# via
# -r requirements/quality.txt
# twine
s3transfer==0.18.0
s3transfer==0.19.0
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -419,7 +419,7 @@ urwid==4.0.2
# via -r requirements/quality.txt
uvloop==0.22.1
# via -r requirements/quality.txt
virtualenv==21.5.0
virtualenv==21.5.1
# via
# -r requirements/ci.txt
# tox
Expand All @@ -431,7 +431,7 @@ wheel==0.47.0
# via
# -r requirements/pip-tools.txt
# pip-tools
wrapt==2.2.1
wrapt==2.2.2
# via
# -r requirements/quality.txt
# smart-open
Expand Down
16 changes: 8 additions & 8 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@ babel==2.18.0
# sphinx
beautifulsoup4==4.15.0
# via pydata-sphinx-theme
boto3==1.43.29
boto3==1.43.34
# via
# -r requirements/test.txt
# smart-open
botocore==1.43.29
botocore==1.43.34
# via
# -r requirements/test.txt
# boto3
# s3transfer
build==1.5.0
# via -r requirements/doc.in
certifi==2026.5.20
certifi==2026.6.17
# via
# -r requirements/test.txt
# clickhouse-connect
Expand All @@ -62,7 +62,7 @@ click==8.4.1
# via -r requirements/test.txt
clickhouse-connect[async]==1.3.0
# via -r requirements/test.txt
coverage[toml]==7.14.1
coverage[toml]==7.14.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -131,7 +131,7 @@ multidict==6.7.1
# yarl
nh3==0.3.5
# via readme-renderer
numpy==2.4.6
numpy==2.5.0
# via
# -r requirements/test.txt
# pandas
Expand Down Expand Up @@ -177,7 +177,7 @@ pygments==2.20.0
# sphinx
pyproject-hooks==1.2.0
# via build
pytest==9.1.0
pytest==9.1.1
# via
# -r requirements/test.txt
# pytest-asyncio
Expand Down Expand Up @@ -209,7 +209,7 @@ rich==15.0.0
# via twine
roman-numerals==4.1.0
# via sphinx
s3transfer==0.18.0
s3transfer==0.19.0
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -270,7 +270,7 @@ wcwidth==0.8.1
# via
# -r requirements/test.txt
# urwid
wrapt==2.2.1
wrapt==2.2.2
# via
# -r requirements/test.txt
# smart-open
Expand Down
16 changes: 8 additions & 8 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ attrs==26.1.0
# via
# -r requirements/test.txt
# aiohttp
boto3==1.43.29
boto3==1.43.34
# via
# -r requirements/test.txt
# smart-open
botocore==1.43.29
botocore==1.43.34
# via
# -r requirements/test.txt
# boto3
# s3transfer
certifi==2026.5.20
certifi==2026.6.17
# via
# -r requirements/test.txt
# clickhouse-connect
Expand Down Expand Up @@ -64,7 +64,7 @@ clickhouse-connect[async]==1.3.0
# via -r requirements/test.txt
code-annotations==3.0.0
# via edx-lint
coverage[toml]==7.14.1
coverage[toml]==7.14.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -144,7 +144,7 @@ mypy-extensions==1.1.0
# via mypy
nh3==0.3.5
# via readme-renderer
numpy==2.4.6
numpy==2.5.0
# via
# -r requirements/test.txt
# pandas
Expand Down Expand Up @@ -203,7 +203,7 @@ pylint-plugin-utils==0.9.0
# via
# pylint-celery
# pylint-django
pytest==9.1.0
pytest==9.1.1
# via
# -r requirements/test.txt
# pytest-asyncio
Expand Down Expand Up @@ -236,7 +236,7 @@ rfc3986==2.0.0
# via twine
rich==15.0.0
# via twine
s3transfer==0.18.0
s3transfer==0.19.0
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -284,7 +284,7 @@ wcwidth==0.8.1
# via
# -r requirements/test.txt
# urwid
wrapt==2.2.1
wrapt==2.2.2
# via
# -r requirements/test.txt
# smart-open
Expand Down
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ attrs==26.1.0
# via
# -r requirements/base.txt
# aiohttp
boto3==1.43.29
boto3==1.43.34
# via
# -r requirements/base.txt
# smart-open
botocore==1.43.29
botocore==1.43.34
# via
# -r requirements/base.txt
# boto3
# s3transfer
certifi==2026.5.20
certifi==2026.6.17
# via
# -r requirements/base.txt
# clickhouse-connect
Expand All @@ -48,7 +48,7 @@ click==8.4.1
# via -r requirements/base.txt
clickhouse-connect[async]==1.3.0
# via -r requirements/base.txt
coverage[toml]==7.14.1
coverage[toml]==7.14.2
# via pytest-cov
frozenlist==1.8.0
# via
Expand Down Expand Up @@ -76,7 +76,7 @@ multidict==6.7.1
# -r requirements/base.txt
# aiohttp
# yarl
numpy==2.4.6
numpy==2.5.0
# via
# -r requirements/base.txt
# pandas
Expand All @@ -103,7 +103,7 @@ pyarrow==24.0.0
# chdb-core
pygments==2.20.0
# via pytest
pytest==9.1.0
pytest==9.1.1
# via
# pytest-asyncio
# pytest-cov
Expand All @@ -120,7 +120,7 @@ pyyaml==6.0.3
# via -r requirements/base.txt
requests==2.34.2
# via -r requirements/base.txt
s3transfer==0.18.0
s3transfer==0.19.0
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -150,7 +150,7 @@ wcwidth==0.8.1
# via
# -r requirements/base.txt
# urwid
wrapt==2.2.1
wrapt==2.2.2
# via
# -r requirements/base.txt
# smart-open
Expand Down