From 70d501b363472668e4cbcf95f950aefe5d5cdb8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 16:06:31 +0000 Subject: [PATCH] Update types-setuptools requirement from <76,>=67.6.0 to >=67.6.0,<78 --- updated-dependencies: - dependency-name: types-setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b983079c..4ee6c9c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,7 @@ dev-mkdocs = [ ] dev-mypy = [ "mypy == 1.14.1", - "types-setuptools >= 67.6.0, < 76", # Should match the build dependency + "types-setuptools >= 67.6.0, < 78", # Should match the build dependency "types-Markdown == 3.7.0.20241204", "types-PyYAML == 6.0.12.20241230", "types-babel == 2.11.0.15",