From 2f4ea96b8f0ccf8992c3791638b6b45a6c22d9fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 16:41:11 +0000 Subject: [PATCH] pip prod(deps): bump protobuf from 3.19.1 to 5.28.1 in /scraper/twitter Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.19.1 to 5.28.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.19.1...v5.28.1) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- scraper/twitter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scraper/twitter/requirements.txt b/scraper/twitter/requirements.txt index 0ec377f8..1292a816 100644 --- a/scraper/twitter/requirements.txt +++ b/scraper/twitter/requirements.txt @@ -2,7 +2,7 @@ requests==2.26.0 google-cloud-datastore==2.4.0 mysql-connector-python==8.0.22 -protobuf==3.19.1 +protobuf==5.28.1 configparser==5.2.0 # tests deps