Skip to content

Commit

Permalink
Update xmltodict requirement from ~=0.13.0 to ~=0.14.2
Browse files Browse the repository at this point in the history
Updates the requirements on [xmltodict](https://github.com/martinblech/xmltodict) to permit the latest version.
- [Changelog](https://github.com/martinblech/xmltodict/blob/master/CHANGELOG.md)
- [Commits](martinblech/xmltodict@v0.13.0...v0.14.2)

---
updated-dependencies:
- dependency-name: xmltodict
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kdeldycke committed Oct 21, 2024
1 parent 3128caf commit 473d139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ dependencies = [
"tabulate [widechars] ~= 0.9",
"tomli ~= 2.0.1 ; python_version < '3.11'",
"wcmatch ~= 10.0",
"xmltodict ~= 0.13.0",
"xmltodict ~= 0.14.2",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 473d139

Please sign in to comment.