From 45ab95e121d53c02668a38439c1bdcfcc86d4aad Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Sun, 18 Jan 2026 19:13:56 -0500 Subject: [PATCH] chore: Upgrade Python requirements --- requirements/base.txt | 6 +++--- requirements/dev.txt | 10 +++++----- requirements/doc.txt | 10 +++++----- requirements/quality.txt | 10 +++++----- requirements/test.txt | 6 +++--- 5 files changed, 21 insertions(+), 21 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 20a6f40..bcfa1d8 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -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 @@ -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 diff --git a/requirements/dev.txt b/requirements/dev.txt index 80fd578..3c7988f 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/requirements/doc.txt b/requirements/doc.txt index 23bbcdf..24f547b 100644 --- a/requirements/doc.txt +++ b/requirements/doc.txt @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/requirements/quality.txt b/requirements/quality.txt index 6fb298e..f565b39 100644 --- a/requirements/quality.txt +++ b/requirements/quality.txt @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/requirements/test.txt b/requirements/test.txt index ffbefd4..473857d 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -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 @@ -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