From 3b4ed0174726a354c300f81220aa8d076577683c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 18:40:53 +0000 Subject: [PATCH] Bump types-setuptools from 74.0.0.20240831 to 75.1.0.20240917 Bumps [types-setuptools](https://github.com/python/typeshed) from 74.0.0.20240831 to 75.1.0.20240917. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-setuptools dependency-type: direct:production 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 23a5465c5..8cb33d3b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ dev-mypy = [ "mypy == 1.11.2", "types-Markdown == 3.7.0.20240822", "types-protobuf == 5.27.0.20240626", - "types-setuptools == 74.0.0.20240831", + "types-setuptools == 75.1.0.20240917", # For checking the noxfile, docs/ script, and tests "frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]", ]