From b701c159e6f3b94ce32e5c8d000d3740467e9e76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 03:27:31 +0000 Subject: [PATCH] Update types-setuptools requirement from <72,>=67.6.0 to >=67.6.0,<75 --- 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 fae26a4e..694e17e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ dev-mkdocs = [ ] dev-mypy = [ "mypy == 1.11.2", - "types-setuptools >= 67.6.0, < 72", # Should match the build dependency + "types-setuptools >= 67.6.0, < 75", # Should match the build dependency "types-Markdown == 3.7.0.20240822", "types-PyYAML == 6.0.12.20240808", "types-babel == 2.11.0.15",