From 0fc8bb815bd036ef76d5396cce1f08bbd542a91f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:40:45 +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.3 to 1.65.5 - [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.3...v1.65.5) Updates `grpcio-tools` from 1.64.3 to 1.65.5 - [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.3...v1.65.5) Updates `setuptools` from 72.1.0 to 72.2.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/v72.1.0...v72.2.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-minor 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 fd11e68..0221a4a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,8 +5,8 @@ certifi==2024.7.4 charset-normalizer==3.3.2 debugpy==1.8.5 docutils==0.21.2 -grpcio==1.64.3 -grpcio-tools==1.64.3 +grpcio==1.65.5 +grpcio-tools==1.65.5 idna==3.7 importlib-metadata==8.2.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==72.1.0 +setuptools==72.2.0 six==1.16.0 twine==5.1.1 urllib3==2.2.2