From b794c01466f26382c2d0d01640e4f1b77c8a29a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 19:44:33 +0000 Subject: [PATCH 1/2] Bump protobuf from 3.20 to 7.35.1 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.20 to 7.35.1. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 7.35.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 a1ba4f81..366e23c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "astropy >= 7.2.0", "astroquery >= 0.4.11", "numpy >= 2.3.5", - "protobuf == 3.20", + "protobuf == 7.35.1", "pytz >= 2025.2", "scipy >= 1.16.3", "spectral-cube >= 0.6.7", From 639ead1719988e0fcc470bc8d05ce5ccc0d67711 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 19:44:49 +0000 Subject: [PATCH 2/2] Updated Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5544b6a..94f6bd55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,3 +38,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump casaplotms requirement from >=2.7.4 to >=2.8.2 (#320). - Bump `codecov/codecov-action` from 5 to 7 ([#328](https://github.com/PhangsTeam/phangs_imaging_scripts/pull/328), [#351](https://github.com/PhangsTeam/phangs_imaging_scripts/pull/351)) - Bump `actions/checkout` from 5 to 6 ([#327](https://github.com/PhangsTeam/phangs_imaging_scripts/pull/327)) +- Bump `protobuf` from 3.20 to 7.35.1 ([#356](https://github.com/PhangsTeam/phangs_imaging_scripts/pull/356))