From 64376e6ddbf62e4ce6ab70306aa3146f03cfa7b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 18:03:20 +0000 Subject: [PATCH] Bump types-setuptools from 80.9.0.20250822 to 80.9.0.20251223 Bumps [types-setuptools](https://github.com/typeshed-internal/stub_uploader) from 80.9.0.20250822 to 80.9.0.20251223. - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: types-setuptools dependency-version: 80.9.0.20251223 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 a98758614..f76cef968 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ dev-mypy = [ "mypy == 1.19.0", "types-Markdown == 3.10.0.20251106", "types-protobuf == 6.32.1.20251105", - "types-setuptools == 80.9.0.20250822", + "types-setuptools == 80.9.0.20251223", # For checking the noxfile, docs/ script, and tests "frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]", ]