Skip to content

Commit a60a2bc

Browse files
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] <[email protected]>
1 parent 22e8d3c commit a60a2bc

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, < 75", # Should match the build dependency
90+
"types-setuptools >= 67.6.0, < 76", # 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)