From 8196f805aede9d6e7380e9e0d4eedb36a558b712 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 18:25:50 +0000 Subject: [PATCH] Bump types-setuptools from 82.0.0.20260518 to 84.0.0.20260812 Bumps [types-setuptools](https://github.com/python/typeshed) from 82.0.0.20260518 to 84.0.0.20260812. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-setuptools dependency-version: 84.0.0.20260812 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 717716e2b..ad4410a9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ dev-mypy = [ "mypy == 2.3.1", "types-Markdown == 3.10.2.20260518", "types-protobuf == 7.35.1.20260827", - "types-setuptools == 82.0.0.20260518", + "types-setuptools == 84.0.0.20260812", # For checking the noxfile, docs/ script, and tests "frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]", ]