From aad5ce848982c870ec6dd699a267e1abb3a65104 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 10:56:51 +0000 Subject: [PATCH] fix(deps): update protobuf requirement in /nlp-orchestrator Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 7.35.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nlp-orchestrator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nlp-orchestrator/requirements.txt b/nlp-orchestrator/requirements.txt index 8446bb944..009b87225 100644 --- a/nlp-orchestrator/requirements.txt +++ b/nlp-orchestrator/requirements.txt @@ -9,7 +9,7 @@ numpy==2.4.6 opencv-python-headless>=4.8.0 pdf2image>=1.16.3 Pillow==12.2.0 -protobuf<=3.20.3 +protobuf<=7.35.1 psycopg2-binary==2.9.12 pytest==9.0.3 pytest-asyncio>0.23.5