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
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# make upgrade
#
boto3==1.41.5
boto3==1.42.4
# via smart-open
botocore==1.41.5
botocore==1.42.4
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -50,20 +50,20 @@ pyyaml==6.0.3
# via -r requirements/base.in
requests==2.32.5
# via -r requirements/base.in
s3transfer==0.15.0
s3transfer==0.16.0
# via boto3
six==1.17.0
# via python-dateutil
smart-open[s3]==7.5.0
# via -r requirements/base.in
tzdata==2025.2
# via pandas
urllib3==2.5.0
urllib3==2.6.0
# via
# botocore
# clickhouse-connect
# requests
urwid==3.0.3
urwid==3.0.4
# via -r requirements/base.in
uvloop==0.22.1
# via -r requirements/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packaging==25.0
# via
# pyproject-api
# tox
platformdirs==4.5.0
platformdirs==4.5.1
# via
# tox
# virtualenv
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.41.5
boto3==1.42.4
# via
# -r requirements/quality.txt
# smart-open
botocore==1.41.5
botocore==1.42.4
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -201,7 +201,7 @@ pandas==2.3.3
# chdb
pip-tools==7.5.2
# via -r requirements/pip-tools.txt
platformdirs==4.5.0
platformdirs==4.5.1
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -264,7 +264,7 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==9.0.1
pytest==9.0.2
# via
# -r requirements/quality.txt
# pytest-asyncio
Expand Down Expand Up @@ -313,7 +313,7 @@ rich==14.2.0
# via
# -r requirements/quality.txt
# twine
s3transfer==0.15.0
s3transfer==0.16.0
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -356,14 +356,14 @@ tzdata==2025.2
# via
# -r requirements/quality.txt
# pandas
urllib3==2.5.0
urllib3==2.6.0
# via
# -r requirements/quality.txt
# botocore
# clickhouse-connect
# requests
# twine
urwid==3.0.3
urwid==3.0.4
# via -r requirements/quality.txt
uvloop==0.22.1
# via -r requirements/quality.txt
Expand Down
14 changes: 7 additions & 7 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.41.5
boto3==1.42.4
# via
# -r requirements/test.txt
# smart-open
botocore==1.41.5
botocore==1.42.4
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -144,7 +144,7 @@ pygments==2.19.2
# sphinx
pyproject-hooks==1.2.0
# via build
pytest==9.0.1
pytest==9.0.2
# via
# -r requirements/test.txt
# pytest-asyncio
Expand Down Expand Up @@ -182,7 +182,7 @@ rich==14.2.0
# via twine
roman-numerals==3.1.0
# via sphinx
s3transfer==0.15.0
s3transfer==0.16.0
# via
# -r requirements/test.txt
# boto3
Expand All @@ -198,7 +198,7 @@ snowballstemmer==3.0.1
# via sphinx
soupsieve==2.8
# via beautifulsoup4
sphinx==9.0.0
sphinx==9.0.4
# via
# -r requirements/doc.in
# pydata-sphinx-theme
Expand Down Expand Up @@ -229,14 +229,14 @@ tzdata==2025.2
# via
# -r requirements/test.txt
# pandas
urllib3==2.5.0
urllib3==2.6.0
# via
# -r requirements/test.txt
# botocore
# clickhouse-connect
# requests
# twine
urwid==3.0.3
urwid==3.0.4
# via -r requirements/test.txt
uvloop==0.22.1
# via -r requirements/test.txt
Expand Down
6 changes: 2 additions & 4 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==25.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
pip==25.3
# via -r requirements/pip.in
setuptools==80.9.0
# via -r requirements/pip.in
14 changes: 7 additions & 7 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.41.5
boto3==1.42.4
# via
# -r requirements/test.txt
# smart-open
botocore==1.41.5
botocore==1.42.4
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -122,7 +122,7 @@ pandas==2.3.3
# via
# -r requirements/test.txt
# chdb
platformdirs==4.5.0
platformdirs==4.5.1
# via pylint
pluggy==1.6.0
# via
Expand Down Expand Up @@ -159,7 +159,7 @@ pylint-plugin-utils==0.9.0
# via
# pylint-celery
# pylint-django
pytest==9.0.1
pytest==9.0.2
# via
# -r requirements/test.txt
# pytest-asyncio
Expand Down Expand Up @@ -198,7 +198,7 @@ rfc3986==2.0.0
# via twine
rich==14.2.0
# via twine
s3transfer==0.15.0
s3transfer==0.16.0
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -229,14 +229,14 @@ tzdata==2025.2
# via
# -r requirements/test.txt
# pandas
urllib3==2.5.0
urllib3==2.6.0
# via
# -r requirements/test.txt
# botocore
# clickhouse-connect
# requests
# twine
urwid==3.0.3
urwid==3.0.4
# via -r requirements/test.txt
uvloop==0.22.1
# via -r requirements/test.txt
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
boto3==1.41.5
boto3==1.42.4
# via
# -r requirements/base.txt
# smart-open
botocore==1.41.5
botocore==1.42.4
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -65,7 +65,7 @@ pyarrow==22.0.0
# chdb
pygments==2.19.2
# via pytest
pytest==9.0.1
pytest==9.0.2
# via
# pytest-asyncio
# pytest-cov
Expand All @@ -87,7 +87,7 @@ pyyaml==6.0.3
# via -r requirements/base.txt
requests==2.32.5
# via -r requirements/base.txt
s3transfer==0.15.0
s3transfer==0.16.0
# via
# -r requirements/base.txt
# boto3
Expand All @@ -103,13 +103,13 @@ tzdata==2025.2
# via
# -r requirements/base.txt
# pandas
urllib3==2.5.0
urllib3==2.6.0
# via
# -r requirements/base.txt
# botocore
# clickhouse-connect
# requests
urwid==3.0.3
urwid==3.0.4
# via -r requirements/base.txt
uvloop==0.22.1
# via -r requirements/base.txt
Expand Down