From 27889b9f4793e1466289fde656b235a792df83f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 15:51:28 +0000 Subject: [PATCH] deps: bump protobuf from 6.32.0 to 6.33.4 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 6.32.0 to 6.33.4. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 6.33.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dc5a727..1609b8c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -77,7 +77,7 @@ pillow==11.1.0 # streamlit plotly==5.22.0 # via src (pyproject.toml) -protobuf==6.32.0 +protobuf==6.33.4 # via streamlit psutil==7.0.0 # via src (pyproject.toml)