From 5dd6cc935984225226cf7720cc631056cf59bf53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 15:44:30 +0000 Subject: [PATCH] Bump protobuf from 5.27.2 to 5.27.3 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.27.2 to 5.27.3. - [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/v5.27.2...v5.27.3) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8736827..783342a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ mpmath==1.3.0 numpy==1.26.4; python_version < '3.13' and python_version >= '3.9' onnxruntime==1.18.1 packaging==24.1; python_version >= '3.8' -protobuf==5.27.2; python_version >= '3.8' +protobuf==5.27.3; python_version >= '3.8' pydantic==2.8.2; python_version >= '3.8' pydantic-core==2.20.1; python_version >= '3.8' pyreadline3==3.4.1; python_version >= '3.8' and sys_platform == 'win32'