Skip to content

Commit 22d2d01

Browse files
Update types-setuptools requirement from <80,>=67.6.0 to >=67.6.0,<81
--- updated-dependencies: - dependency-name: types-setuptools dependency-version: 80.0.0.20250429 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3fbbfd8 commit 22d2d01

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
@@ -88,7 +88,7 @@ dev-mkdocs = [
8888
]
8989
dev-mypy = [
9090
"mypy == 1.15.0",
91-
"types-setuptools >= 67.6.0, < 80", # Should match the api dependency
91+
"types-setuptools >= 67.6.0, < 81", # Should match the api dependency
9292
"types-Markdown == 3.7.0.20250322",
9393
"types-PyYAML == 6.0.12.20250326",
9494
"types-babel == 2.11.0.15",

0 commit comments

Comments
 (0)