From 0f3437d2d22c039d3141ca75f0d4f999f547a2db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 12:44:50 +0000 Subject: [PATCH] Bump the python-root group across 1 directory with 2 updates Bumps the python-root group with 2 updates in the / directory: [setuptools](https://github.com/pypa/setuptools) and [protobuf](https://github.com/protocolbuffers/protobuf). Updates `setuptools` from 80.10.2 to 82.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v80.10.2...v82.0.0) Updates `protobuf` from 6.33.4 to 6.33.5 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-root - dependency-name: protobuf dependency-version: 6.33.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-root ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 75382d65b..c003c672f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ isort==7.0.0 build==1.4.0 twine==6.2.0 wheel==0.46.3 -setuptools==80.10.2 -protobuf==6.33.4 +setuptools==82.0.0 +protobuf==6.33.5 setuptools_scm[toml]>=6.2