From f26d216a41974a82bf7fb51f16c57eb91751c7ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 11:19:32 +0000 Subject: [PATCH] Bump protobuf from 3.20.2 to 4.25.1 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.20.2 to 4.25.1. - [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/v3.20.2...v4.25.1) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3f7d206ce..9219845bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ build==0.3.0 twine==3.3.0 wheel==0.38.1 setuptools==65.5.1 -protobuf==3.20.2 +protobuf==4.25.1 setuptools_scm[toml]>=6.2