From 5fb8ff740c0ee2a938fc3c374433092aa20e79ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 18:18:25 +0000 Subject: [PATCH] Bump protobuf in /axisregistry in the pip group across 1 directory Bumps the pip group with 1 update in the /axisregistry directory: [protobuf](https://github.com/protocolbuffers/protobuf). Updates `protobuf` from 3.20.3 to 6.33.5 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 6.33.5 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- axisregistry/requirements.txt | 2 +- axisregistry/setup.py | 2 +- lang/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/axisregistry/requirements.txt b/axisregistry/requirements.txt index ac59e10749b..deffd1ed393 100644 --- a/axisregistry/requirements.txt +++ b/axisregistry/requirements.txt @@ -1,4 +1,4 @@ --index-url https://pypi.python.org/simple/ -protobuf==3.20.3 +protobuf==6.33.5 importlib_resources ; python_version < '3.10' -e . diff --git a/axisregistry/setup.py b/axisregistry/setup.py index 5d667083b6a..ecf2cbbb2a8 100644 --- a/axisregistry/setup.py +++ b/axisregistry/setup.py @@ -47,7 +47,7 @@ "setuptools_scm[toml]>=6.2", ], install_requires=[ - "protobuf>=3.19.4, <4", + "protobuf>=3.19.4, <7", "fonttools", "importlib_resources ; python_version < '3.10'", ], diff --git a/lang/pyproject.toml b/lang/pyproject.toml index 82a1fb477b8..8cd0edabdb8 100644 --- a/lang/pyproject.toml +++ b/lang/pyproject.toml @@ -24,7 +24,7 @@ authors = [ ] dependencies = [ - "protobuf>=3.7.0, <4", + "protobuf>=3.7.0, <7", "importlib_resources ; python_version < '3.10'", ]