From 6471df5c3d3f7e8677d469662e1899dcb01cc337 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 04:19:47 +0000 Subject: [PATCH] Bump protobuf in /arch-school/basic/module_07/service_presentation Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.20.1 to 4.25.8. - [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/v3.20.1...v4.25.8) --- updated-dependencies: - dependency-name: protobuf dependency-version: 4.25.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../basic/module_07/service_presentation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-school/basic/module_07/service_presentation/requirements.txt b/arch-school/basic/module_07/service_presentation/requirements.txt index 72d6af2..3b95dcd 100644 --- a/arch-school/basic/module_07/service_presentation/requirements.txt +++ b/arch-school/basic/module_07/service_presentation/requirements.txt @@ -8,7 +8,7 @@ httptools==0.5.0 idna==3.4 numpy==1.23.4 pandas==1.5.1 -protobuf==3.20.1 +protobuf==4.25.8 pydantic==1.10.2 PyMySQL==1.0.2 python-dateutil==2.8.2