From e893848fe4930fe97fb3191441db4edd90b08bca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 12:54:10 +0000 Subject: [PATCH] Build(deps-dev): Bump types-protobuf Bumps [types-protobuf](https://github.com/typeshed-internal/stub_uploader) from 6.32.1.20251105 to 6.32.1.20260221. - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: types-protobuf dependency-version: 6.32.1.20260221 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 56b4439..0903082 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ dev-mkdocs = [ dev-mypy = [ "mypy == 1.19.1", "types-Markdown == 3.10.0.20251106", - "types-protobuf == 6.32.1.20251105", + "types-protobuf == 6.32.1.20260221", # For checking the noxfile, docs/ script, and tests "frequenz-client-common[dev-mkdocs,dev-noxfile,dev-pytest]", ]