From 0d9ab16b6628768915d8a4dcf2b2e67db52dfe12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 07:56:28 +0000 Subject: [PATCH] Bump protobuf from 5.29.1 to 5.29.2 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.29.1 to 5.29.2. - [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.1...v5.29.2) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 559965d..9c28888 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ Django==4.2.17 GitPython==3.1.43 gunicorn==23.0.0 -protobuf==5.29.1 +protobuf==5.29.2 psycopg==3.2.3 whitenoise==6.8.2 packaging==24.2