Bump xmltodict to 0.13.* (#8172)

This commit is contained in:
Shantanu
2022-06-26 15:15:58 +05:30
committed by GitHub
parent e24bbb7000
commit a81c695cd6
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
version = "0.12.*"
version = "0.13.*"
[tool.stubtest]
ignore_missing_stub = false

View File

@@ -14,6 +14,7 @@ def parse(
process_namespaces: bool = ...,
namespace_separator: str = ...,
disable_entities: bool = ...,
process_comments: bool = ...,
**kwargs: Any,
) -> OrderedDict[str, Any]: ...
@overload