From adda564e6d74c154dfac817028cebd7864cd3c22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 17:49:59 +0000 Subject: [PATCH] Bump the pip group across 2 directories with 7 updates Bumps the pip group with 4 updates in the / directory: [requests](https://github.com/psf/requests), [idna](https://github.com/kjd/idna), [gevent](https://github.com/gevent/gevent) and [setuptools](https://github.com/pypa/setuptools). Bumps the pip group with 3 updates in the /tools/internal_ci/helper_scripts directory: [cryptography](https://github.com/pyca/cryptography), [pyjwt](https://github.com/jpadilla/pyjwt) and [scipy](https://github.com/scipy/scipy). Updates `requests` from 2.25.1 to 2.31.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.25.1...v2.31.0) Updates `idna` from 2.7 to 3.7 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v2.7...v3.7) Updates `gevent` from 22.08.0 to 23.9.0 - [Release notes](https://github.com/gevent/gevent/releases) - [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_pre.rst) - [Commits](https://github.com/gevent/gevent/compare/22.08.0...23.9.0) Updates `setuptools` from 44.1.1 to 65.5.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v44.1.1...v65.5.1) Updates `cryptography` from 3.4.6 to 42.0.4 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.4.6...42.0.4) Updates `pyjwt` from 2.0.1 to 2.4.0 - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.0.1...2.4.0) Updates `scipy` from 1.5.4 to 1.11.1 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.5.4...v1.11.1) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production dependency-group: pip - dependency-name: idna dependency-type: direct:production dependency-group: pip - dependency-name: gevent dependency-type: direct:production dependency-group: pip - dependency-name: setuptools dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-type: direct:production dependency-group: pip - dependency-name: pyjwt dependency-type: direct:production dependency-group: pip - dependency-name: scipy dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.bazel.txt | 8 ++++---- .../helper_scripts/requirements.linux_perf.txt | 6 +++--- tools/internal_ci/helper_scripts/requirements.macos.txt | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements.bazel.txt b/requirements.bazel.txt index 905c092ce4c33..6b5f07ce224b9 100644 --- a/requirements.bazel.txt +++ b/requirements.bazel.txt @@ -4,14 +4,14 @@ cython==3.0.0 protobuf>=3.5.0.post1, < 4.0dev wheel==0.38.1 oauth2client==4.1.0 -requests==2.25.1 +requests==2.31.0 urllib3==1.26.18 chardet==3.0.4 certifi==2023.7.22 -idna==2.7 -gevent==22.08.0 +idna==3.7 +gevent==23.9.0 zope.event==4.5.0 -setuptools==44.1.1 +setuptools==65.5.1 absl-py==1.4.0 google-cloud-trace==1.11.3 opencensus-context==0.1.3 diff --git a/tools/internal_ci/helper_scripts/requirements.linux_perf.txt b/tools/internal_ci/helper_scripts/requirements.linux_perf.txt index 57e1a0c48c1d2..110c218d844a3 100644 --- a/tools/internal_ci/helper_scripts/requirements.linux_perf.txt +++ b/tools/internal_ci/helper_scripts/requirements.linux_perf.txt @@ -1,5 +1,5 @@ -cryptography==3.4.6 -PyJWT==2.0.1 +cryptography==42.0.4 +PyJWT==2.4.0 requests==2.31.0 -scipy==1.5.4 +scipy==1.11.1 tabulate==0.8.9 diff --git a/tools/internal_ci/helper_scripts/requirements.macos.txt b/tools/internal_ci/helper_scripts/requirements.macos.txt index 190bf328634f4..ac70d764608bb 100644 --- a/tools/internal_ci/helper_scripts/requirements.macos.txt +++ b/tools/internal_ci/helper_scripts/requirements.macos.txt @@ -1,6 +1,6 @@ cython<3.0.0rc1 -cryptography==3.4.6 -PyJWT==2.0.1 +cryptography==42.0.4 +PyJWT==2.4.0 pyOpenSSL==20.0.1 PyYAML==6.0 requests==2.31.0