mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Bump xmltodict to 0.13.* (#8172)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
version = "0.12.*"
|
||||
version = "0.13.*"
|
||||
|
||||
[tool.stubtest]
|
||||
ignore_missing_stub = false
|
||||
|
||||
@@ -14,6 +14,7 @@ def parse(
|
||||
process_namespaces: bool = ...,
|
||||
namespace_separator: str = ...,
|
||||
disable_entities: bool = ...,
|
||||
process_comments: bool = ...,
|
||||
**kwargs: Any,
|
||||
) -> OrderedDict[str, Any]: ...
|
||||
@overload
|
||||
|
||||
Reference in New Issue
Block a user