Skip to content

Commit dd92f9e

Browse files
chore(deps): update xmltodict requirement
Updates the requirements on [xmltodict](https://github.com/martinblech/xmltodict) to permit the latest version. - [Release notes](https://github.com/martinblech/xmltodict/releases) - [Changelog](https://github.com/martinblech/xmltodict/blob/master/CHANGELOG.md) - [Commits](martinblech/xmltodict@v0.13.0...v1.0.2) --- updated-dependencies: - dependency-name: xmltodict dependency-version: 1.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b17648b commit dd92f9e

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
@@ -12,7 +12,7 @@ dependencies = [
1212
"codeowners<1.0.0,>=0.6.0",
1313
"dataclasses-json<1.0.0,>=0.6.4",
1414
"dicttoxml<2.0.0,>=1.7.16",
15-
"xmltodict<1.0.0,>=0.13.0",
15+
"xmltodict>=0.13.0,<2.0.0",
1616
"astor<1.0.0,>=0.8.1",
1717
"tree-sitter>=0.23.1",
1818
"tree-sitter-python>=0.23.4",

0 commit comments

Comments
 (0)