From c0e319edc57247f027633e6bb2b86f5553d6c829 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:15:31 +0000 Subject: [PATCH] pip prod(deps): bump protobuf from 3.19.1 to 5.28.3 in /scraper/twitter Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.19.1 to 5.28.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/v3.19.1...v5.28.3) --- 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..9d771b5c 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.3 configparser==5.2.0 # tests deps