From cfb9334e0c5a519dea894955d0e270321f4098df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 19:19:04 +0000 Subject: [PATCH] Bump protobuf from 3.20 to 7.34.1 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.20 to 7.34.1. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 7.34.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d579ac3..57ee52f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "astropy >= 7.2.0", "astroquery >= 0.4.11", "numpy >= 2.3.5", - "protobuf == 3.20", + "protobuf == 7.34.1", "pytz >= 2025.2", "scipy >= 1.16.3", "spectral-cube >= 0.6.7",