Unpin webcolors in jsonschema (#13215)

This commit is contained in:
Konstantin Baikov
2024-12-08 01:12:57 +01:00
committed by GitHub
parent c76b89ab0d
commit 64820aa48d

View File

@@ -6,5 +6,3 @@ partial_stub = true
[tool.stubtest]
ignore_missing_stub = true
extras = ["format"]
# see https://github.com/python/typeshed/issues/12107 for the reason for the pin
stubtest_requirements = ["webcolors<24.6.0"]