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