From 8e463cb059eb99fb06b8a687846d49ac9eb92d43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 15:47:35 +0000 Subject: [PATCH] Bump the pip-dependencies group across 1 directory with 4 updates Bumps the pip-dependencies group with 4 updates in the / directory: [debugpy](https://github.com/microsoft/debugpy), [grpcio-tools](https://github.com/grpc/grpc), [keyring](https://github.com/jaraco/keyring) and [protobuf](https://github.com/protocolbuffers/protobuf). 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-tools` from 1.64.1 to 1.65.2 - [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.2) 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-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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 51e8f74..9909d4c 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-tools==1.65.2 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