Skip to content

Commit 32690df

Browse files
Update xmltodict requirement from ^0.13.0 to >=0.13,<0.15
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.0) --- updated-dependencies: - dependency-name: xmltodict dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5488ca6 commit 32690df

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
@@ -15,7 +15,7 @@ pydantic = "^2.8.2"
1515
PyYAML = "^6.0.2"
1616
requests = "~2.32.3"
1717
pycvesearch = "^1.2"
18-
xmltodict = "^0.13.0"
18+
xmltodict = ">=0.13,<0.15"
1919
attackcti = "^0.4.0"
2020
Jinja2 = "^3.1.4"
2121
questionary = "^2.0.1"

0 commit comments

Comments
 (0)