From 7856f6afbfbdd2b26924ffa4f84362ee2187f72f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 04:06:49 +0000 Subject: [PATCH] Bump protobuf from 3.20 to 4.25.8 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.20 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.0...v4.25.8) --- updated-dependencies: - dependency-name: protobuf dependency-version: 4.25.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- miscs/llava_repr_requirements.txt | 2 +- miscs/tinyllava_repr_requirements.txt | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 miscs/llava_repr_requirements.txt mode change 100755 => 100644 pyproject.toml diff --git a/miscs/llava_repr_requirements.txt b/miscs/llava_repr_requirements.txt old mode 100755 new mode 100644 index c09b6f5bd..fedf4d747 --- a/miscs/llava_repr_requirements.txt +++ b/miscs/llava_repr_requirements.txt @@ -8,7 +8,7 @@ openai==1.13.3 packaging==23.2 pandas==2.2.1 Pillow==10.2.0 -protobuf==4.25.3 +protobuf==4.25.8 pycocoevalcap==1.2 pycocotools==2.0.7 pytablewriter==1.2.0 diff --git a/miscs/tinyllava_repr_requirements.txt b/miscs/tinyllava_repr_requirements.txt index b6ab1cb19..e9a623243 100644 --- a/miscs/tinyllava_repr_requirements.txt +++ b/miscs/tinyllava_repr_requirements.txt @@ -13,7 +13,7 @@ packaging==23.2 pandas==2.2.1 peft==0.10.0 Pillow==10.2.0 -protobuf==4.25.3 +protobuf==4.25.8 pycocoevalcap==1.2 pycocotools==2.0.7 pytablewriter==1.2.0 diff --git a/pyproject.toml b/pyproject.toml old mode 100755 new mode 100644 index 2199aadc9..0b176cb03 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ dependencies = [ "decord; platform_system != 'Darwin'", "eva-decord; platform_system == 'Darwin'", "zss", - "protobuf==3.20", + "protobuf==4.25.8", "sentence_transformers", ]