From 6451fa433bcff6532303334215ec81d9a07eb12b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 09:38:01 +0200 Subject: [PATCH] build(deps): bump protobuf from 5.27.1 to 5.27.3 (#2255) Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.27.1 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.1...v5.27.3) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 46fe81b7..528ee90f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ msgpack==1.0.8 networkx==3.1 pefile==2023.2.7 pip==24.1.2 -protobuf==5.27.1 +protobuf==5.27.3 pyasn1==0.4.8 pyasn1-modules==0.2.8 pycparser==2.22