From 6a149e3ea47bac46861c1a0661ce4e93c6befe2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 04:08:40 +0000 Subject: [PATCH] Bump protobuf from 3.20.2 to 4.25.8 in /.github/requirements Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.20.2 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.2...v4.25.8) --- updated-dependencies: - dependency-name: protobuf dependency-version: 4.25.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/requirements/pip-requirements-iOS.txt | 2 +- .github/requirements/pip-requirements-macOS.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/requirements/pip-requirements-iOS.txt b/.github/requirements/pip-requirements-iOS.txt index ee99e55750bd..e0b6dbeeb43e 100644 --- a/.github/requirements/pip-requirements-iOS.txt +++ b/.github/requirements/pip-requirements-iOS.txt @@ -1,4 +1,4 @@ # iOS simulator requirements coremltools==5.0b5 -protobuf==3.20.2 +protobuf==4.25.8 optree==0.13.0 diff --git a/.github/requirements/pip-requirements-macOS.txt b/.github/requirements/pip-requirements-macOS.txt index 7be2bd96d730..433b958ab6ee 100644 --- a/.github/requirements/pip-requirements-macOS.txt +++ b/.github/requirements/pip-requirements-macOS.txt @@ -29,5 +29,5 @@ tensorboard==2.13.0 optree==0.13.0 # NB: test_hparams_* from test_tensorboard is failing with protobuf 5.26.0 in # which the stringify metadata is wrong when escaping double quote -protobuf==3.20.2 +protobuf==4.25.8 parameterized==0.8.1