From 765321bea6ec2146f93b03304f45da80549ea701 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 07:53:37 +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 5.29.6 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 5.29.6 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..03c349a3d57 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==5.29.6 importlib_resources ; python_version < '3.10' -e . diff --git a/axisregistry/setup.py b/axisregistry/setup.py index 5d667083b6a..dcf0687d477 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, <6", "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'", ]