From 4854d043d5b71b9eb0491c38024bd2c26493b47c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 16:01:55 +0000 Subject: [PATCH] Bump the pip-dependencies group with 3 updates Bumps the pip-dependencies group with 3 updates: [grpcio](https://github.com/grpc/grpc), [grpcio-tools](https://github.com/grpc/grpc) and [setuptools](https://github.com/pypa/setuptools). Updates `grpcio` from 1.64.1 to 1.65.1 - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](https://github.com/grpc/grpc/compare/v1.64.1...v1.65.1) Updates `grpcio-tools` from 1.64.1 to 1.65.1 - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](https://github.com/grpc/grpc/compare/v1.64.1...v1.65.1) Updates `setuptools` from 70.3.0 to 71.1.0 - [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/v70.3.0...v71.1.0) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: grpcio-tools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index ac352e4..3c87827 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,8 +5,8 @@ certifi==2024.7.4 charset-normalizer==3.3.2 debugpy==1.8.2 docutils==0.21.2 -grpcio==1.64.1 -grpcio-tools==1.64.1 +grpcio==1.65.1 +grpcio-tools==1.65.1 idna==3.7 importlib-metadata==8.0.0 jaraco.classes==3.4.0 @@ -25,7 +25,7 @@ requests-toolbelt==1.0.0 rfc3986==2.0.0 rich==13.7.1 rply==0.7.8 -setuptools==70.3.0 +setuptools==71.1.0 six==1.16.0 twine==5.1.1 urllib3==2.2.2