From b852faef4427901ff967031156a5960792034a5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 14:00:04 +0000 Subject: [PATCH] Update protobuf requirement from ==3.20.* to ==4.23.* 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/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.20.0-rc1...v4.23.0) --- 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 588a213..db4b039 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ gtfs-realtime-bindings -protobuf==3.20.* +protobuf==4.23.* protobuf3-to-dict requests