Skip to content

Commit 0f16778

Browse files
Update types-setuptools requirement from <81,>=67.6.0 to >=67.6.0,<83
Updates the requirements on [types-setuptools](https://github.com/typeshed-internal/stub_uploader) to permit the latest version. - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: types-setuptools dependency-version: 82.0.0.20260210 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 03bef67 commit 0f16778

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ dev-mkdocs = [
8989
]
9090
dev-mypy = [
9191
"mypy == 1.19.1",
92-
"types-setuptools >= 67.6.0, < 81", # Should match the api dependency
92+
"types-setuptools >= 67.6.0, < 83", # Should match the api dependency
9393
"types-Markdown == 3.10.2.20260211",
9494
"types-PyYAML == 6.0.12.20250915",
9595
"types-babel == 2.11.0.15",

0 commit comments

Comments
 (0)