From ff78f7d585fee262897b40417d747034aae02e71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 15:19:10 +0000 Subject: [PATCH] Bump the pip-dependencies group with 5 updates Bumps the pip-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [debugpy](https://github.com/microsoft/debugpy) | `1.8.2` | `1.8.3` | | [grpcio](https://github.com/grpc/grpc) | `1.64.1` | `1.65.4` | | [grpcio-tools](https://github.com/grpc/grpc) | `1.64.1` | `1.65.4` | | [keyring](https://github.com/jaraco/keyring) | `25.2.1` | `25.3.0` | | [protobuf](https://github.com/protocolbuffers/protobuf) | `5.27.2` | `5.27.3` | Updates `debugpy` from 1.8.2 to 1.8.3 - [Release notes](https://github.com/microsoft/debugpy/releases) - [Commits](https://github.com/microsoft/debugpy/compare/v1.8.2...v1.8.3) Updates `grpcio` from 1.64.1 to 1.65.4 - [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.4) Updates `grpcio-tools` from 1.64.1 to 1.65.4 - [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.4) Updates `keyring` from 25.2.1 to 25.3.0 - [Release notes](https://github.com/jaraco/keyring/releases) - [Changelog](https://github.com/jaraco/keyring/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/keyring/compare/v25.2.1...v25.3.0) Updates `protobuf` from 5.27.2 to 5.27.3 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v5.27.2...v5.27.3) --- updated-dependencies: - dependency-name: debugpy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-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: keyring dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 51e8f74..f79a966 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,19 +3,19 @@ baron==0.10.1 bleach==6.1.0 certifi==2024.7.4 charset-normalizer==3.3.2 -debugpy==1.8.2 +debugpy==1.8.3 docutils==0.21.2 -grpcio==1.64.1 -grpcio-tools==1.64.1 +grpcio==1.65.4 +grpcio-tools==1.65.4 idna==3.7 importlib-metadata==8.2.0 jaraco.classes==3.4.0 -keyring==25.2.1 +keyring==25.3.0 markdown-it-py==3.0.0 mdurl==0.1.2 more-itertools==10.3.0 pkginfo>=1.8.1 -protobuf==5.27.2 +protobuf==5.27.3 pyfakefs==5.6.0 Pygments==2.18.0 readme-renderer==44.0