Skip to content

Commit

Permalink
Update xmltodict requirement from ^0.13.0 to >=0.13,<0.15
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.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2024
1 parent 5488ca6 commit 32690df
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 @@ -15,7 +15,7 @@ pydantic = "^2.8.2"
PyYAML = "^6.0.2"
requests = "~2.32.3"
pycvesearch = "^1.2"
xmltodict = "^0.13.0"
xmltodict = ">=0.13,<0.15"
attackcti = "^0.4.0"
Jinja2 = "^3.1.4"
questionary = "^2.0.1"
Expand Down

0 comments on commit 32690df

Please sign in to comment.