diff --git a/ci/docker/fasttest/requirements.txt b/ci/docker/fasttest/requirements.txt index 183048269668..ace3106fb4a2 100644 --- a/ci/docker/fasttest/requirements.txt +++ b/ci/docker/fasttest/requirements.txt @@ -1,6 +1,6 @@ Jinja2==3.1.6 numpy==1.26.4 -requests==2.32.3 +requests==2.32.5 pandas==1.5.3 -scipy==1.12.0 +scipy==1.16.3 urllib3==1.26.20 diff --git a/ci/docker/integration/integration-test/requirements.txt b/ci/docker/integration/integration-test/requirements.txt index c0dadbd87ec8..8ced27782409 100644 --- a/ci/docker/integration/integration-test/requirements.txt +++ b/ci/docker/integration/integration-test/requirements.txt @@ -1,25 +1,25 @@ -blinker==1.4 -cryptography==44.0.1 +blinker==1.9.0 +cryptography==44.0.3 dbus-python==1.2.18 -distro==1.7.0 -httplib2==0.20.2 -importlib-metadata==4.6.4 -jeepney==0.7.1 +distro==1.9.0 +httplib2==0.31.0 +importlib-metadata==4.13.0 +jeepney==0.9.0 keyring==23.5.0 launchpadlib==1.10.16 lazr.restfulclient==0.14.4 lazr.uri==1.0.6 -more-itertools==8.10.0 -oauthlib==3.2.2 -packaging==24.1 -pip==25.0.1 +more-itertools==8.14.0 +oauthlib==3.3.1 +packaging==24.2 +pip==25.3 pipdeptree==2.23.0 pycurl==7.45.3 PyJWT==2.10.1 pyparsing==2.4.7 -SecretStorage==3.3.1 +SecretStorage==3.5.0 setuptools==78.1.1 -six==1.16.0 +six==1.17.0 wadllib==1.3.6 wheel==0.46.1 -zipp==3.19.1 +zipp==3.23.0 diff --git a/ci/docker/stateless-test/requirements.txt b/ci/docker/stateless-test/requirements.txt index 7b384e8118c0..053c27be2e9a 100644 --- a/ci/docker/stateless-test/requirements.txt +++ b/ci/docker/stateless-test/requirements.txt @@ -1,13 +1,13 @@ Jinja2==3.1.6 numpy==1.26.4 -requests==2.32.3 +requests==2.32.5 pandas==1.5.3 -scipy==1.12.0 -pyarrow==18.0.0 -grpcio==1.60.0 -protobuf==4.25.3 +scipy==1.16.3 +pyarrow==18.1.0 +grpcio==1.76.0 +protobuf==4.25.8 # performance tests >> clickhouse_driver -scipy==1.12.0 +scipy==1.16.3 # << performance tests \ No newline at end of file diff --git a/ci/docker/style-test/requirements.txt b/ci/docker/style-test/requirements.txt index 271bf0fddd0b..c29fd8d5c1f5 100644 --- a/ci/docker/style-test/requirements.txt +++ b/ci/docker/style-test/requirements.txt @@ -1,10 +1,10 @@ -requests==2.32.3 -yamllint==1.26.3 -codespell==2.2.1 +requests==2.32.5 +yamllint==1.37.1 +codespell==2.4.1 mypy==1.15.0 -pylint==3.1.0 +pylint==3.3.9 # required for change log generation: tqdm==4.67.1 thefuzz==0.22.1 -PyGitHub==2.6.1 +PyGitHub==2.8.1 boto3==1.37.38 diff --git a/utils/test_history/requirements.txt b/utils/test_history/requirements.txt index 07970e9fab5f..ad843254a4f0 100644 --- a/utils/test_history/requirements.txt +++ b/utils/test_history/requirements.txt @@ -1,3 +1,3 @@ -pygithub==1.43.5 -tabulate==0.8.6 +pygithub==1.59.1 +tabulate==0.9.0 termcolor==1.1.0