From 2ef40f3ec0db5628efe96f8e41315d05a5a369e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 03:43:22 +0000 Subject: [PATCH] deps: update protobuf requirement from ~=3.20 to ~=5.27 Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [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.0...v5.27.2) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 57653f3a..84b0f0d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -protobuf~=3.20 +protobuf~=5.27 pycryptodome scapy parsimonious