From 4b7ce9013aeb741368f1fc217ab3caa8103120cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 13:22:15 +0000 Subject: [PATCH] Bump protobuf in /arch-school/basic/module_07/service_author Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.20.1 to 3.20.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/v3.20.1...v3.20.2) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- arch-school/basic/module_07/service_author/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-school/basic/module_07/service_author/requirements.txt b/arch-school/basic/module_07/service_author/requirements.txt index 24be3d4..12d5cbb 100644 --- a/arch-school/basic/module_07/service_author/requirements.txt +++ b/arch-school/basic/module_07/service_author/requirements.txt @@ -10,7 +10,7 @@ kafka-python==2.0.2 mysql-connector-python==8.0.31 numpy==1.23.4 pandas==1.5.1 -protobuf==3.20.1 +protobuf==3.20.2 pydantic==1.10.7 PyMySQL==1.0.2 python-dateutil==2.8.2