From c4dd8faa365575df022b5430aec5cd13a9513b07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 03:32:30 +0000 Subject: [PATCH] Bump protobuf from 3.20.3 to 4.25.8 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.20.3 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.3...v4.25.8) --- updated-dependencies: - dependency-name: protobuf dependency-version: 4.25.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- third_party/requirements.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 707fa3d..9d11713 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "transformations", "etils", "einops", - "protobuf<4" # Necessary to avoid "TypeError: Descriptors cannot not be created directly" + "protobuf<5" # Necessary to avoid "TypeError: Descriptors cannot not be created directly" ] # This is set automatically by flit using `diffren.__version__` diff --git a/third_party/requirements.in b/third_party/requirements.in index 2ac69a6..a5ffdcf 100644 --- a/third_party/requirements.in +++ b/third_party/requirements.in @@ -10,5 +10,5 @@ scikit-image transformations etils einops -protobuf<4 +protobuf<5 importlib-resources