From 41e86894e03f8926a97aeb97ac49d91c25c94b40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 07:32:54 +0000 Subject: [PATCH] Bump the major group across 1 directory with 2 updates Bumps the major group with 2 updates in the / directory: [gunicorn](https://github.com/benoitc/gunicorn) and [protobuf](https://github.com/protocolbuffers/protobuf). Updates `gunicorn` from 23.0.0 to 25.1.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/23.0.0...25.1.0) Updates `protobuf` from 6.33.2 to 7.34.0 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 25.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major - dependency-name: protobuf dependency-version: 7.34.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0b009f7..bbc8936 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ flask-cors == 6.0.2 litecli == 1.17.0 google-cloud-logging == 3.13.0 google-compute-engine == 2.8.13 -gunicorn == 23.0.0 -protobuf == 6.33.2 +gunicorn == 25.1.0 +protobuf == 7.34.0 requests == 2.32.5 supervisor == 4.3.0