From 662df6044c09a98710fd37bdabc318fe6db08055 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 09:01:54 -0500 Subject: [PATCH] Bump protobuf from 5.29.0 to 5.29.1 (#13) Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.29.0 to 5.29.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/v5.29.0...v5.29.1) --- 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 378788a..1709f22 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ itsdangerous==2.2.0 Jinja2==3.1.4 MarkupSafe==3.0.2 packaging==24.2 -protobuf==5.29.0 +protobuf==5.29.1 pytz==2024.2 requests==2.32.3 urllib3==2.2.3