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",