From c51eb30c87aaf42c3085115574e84b4cbe49ca34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 03:03:38 +0000 Subject: [PATCH] Bump protobuf from 5.27.3 to 5.27.4 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.27.3 to 5.27.4. - [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.3...v5.27.4) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 6 ++---- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index a50c680..613fd68 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -74,10 +74,8 @@ pluggy==1.5.0 # via pytest pre-commit==3.8.0 # via -r dev-requirements.in -protobuf==5.27.3 - # via - # -r dev-requirements.in - # -r requirements.in +protobuf==5.27.4 + # via -r dev-requirements.in pypng==0.20220715.0 # via qrcode pytest==8.3.2 diff --git a/requirements.txt b/requirements.txt index 4126da9..b15a11f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ pathspec==0.12.1 # via mkdocs platformdirs==4.2.2 # via mkdocs-get-deps -protobuf==5.27.3 +protobuf==5.27.4 # via -r requirements.in pypng==0.20220715.0 # via qrcode