Skip to content

Commit 22e8d3c

Browse files
authored
Update types-setuptools requirement from <72,>=67.6.0 to >=67.6.0,<75 (#308)
2 parents e499080 + b701c15 commit 22e8d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ dev-mkdocs = [
8787
]
8888
dev-mypy = [
8989
"mypy == 1.11.2",
90-
"types-setuptools >= 67.6.0, < 72", # Should match the build dependency
90+
"types-setuptools >= 67.6.0, < 75", # Should match the build dependency
9191
"types-Markdown == 3.7.0.20240822",
9292
"types-PyYAML == 6.0.12.20240808",
9393
"types-babel == 2.11.0.15",

0 commit comments

Comments
 (0)