From 2bd9ef05166733988de37d72660b6907197960c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 00:33:51 +0800 Subject: [PATCH] Bump the pip-dependencies group with 5 updates (#383) Bumps the pip-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [grpcio](https://github.com/grpc/grpc) | `1.65.5` | `1.66.0` | | [grpcio-tools](https://github.com/grpc/grpc) | `1.65.5` | `1.66.0` | | [idna](https://github.com/kjd/idna) | `3.7` | `3.8` | | [importlib-metadata](https://github.com/python/importlib_metadata) | `8.2.0` | `8.4.0` | | [setuptools](https://github.com/pypa/setuptools) | `72.2.0` | `73.0.1` | Updates `grpcio` from 1.65.5 to 1.66.0 - [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.65.5...v1.66.0) Updates `grpcio-tools` from 1.65.5 to 1.66.0 - [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.65.5...v1.66.0) Updates `idna` from 3.7 to 3.8 - [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/v3.7...v3.8) Updates `importlib-metadata` from 8.2.0 to 8.4.0 - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst) - [Commits](https://github.com/python/importlib_metadata/compare/v8.2.0...v8.4.0) Updates `setuptools` from 72.2.0 to 73.0.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/v72.2.0...v73.0.1) --- 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: idna dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: importlib-metadata 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0221a4a..4ad732a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,10 +5,10 @@ certifi==2024.7.4 charset-normalizer==3.3.2 debugpy==1.8.5 docutils==0.21.2 -grpcio==1.65.5 -grpcio-tools==1.65.5 -idna==3.7 -importlib-metadata==8.2.0 +grpcio==1.66.0 +grpcio-tools==1.66.0 +idna==3.8 +importlib-metadata==8.4.0 jaraco.classes==3.4.0 keyring==25.3.0 markdown-it-py==3.0.0 @@ -25,7 +25,7 @@ requests-toolbelt==1.0.0 rfc3986==2.0.0 rich==13.7.1 rply==0.7.8 -setuptools==72.2.0 +setuptools==73.0.1 six==1.16.0 twine==5.1.1 urllib3==2.2.2