Commit 5063ba7
authored
chore(deps): relax xmltodict pin to >=0.13,<2 (#363)
## Summary
- Relaxes the `xmltodict` version constraint from `^0.13.0` to
`>=0.13,<2`, allowing upgrade to v1.0.4
- The library is only used as a fallback for XML parse/unparse in
`rigging/transform/xml_tools.py` and the API is stable across versions
- Verified `xmltodict.parse()` and `xmltodict.unparse()` roundtrip
correctly with v1.0.4
---
## Generated Summary
- Updated xmltodict dependency version constraint in pyproject.toml to
">=0.13,<2".
- Allows for greater flexibility and support for newer xmltodict
versions while avoiding breaking changes.
This summary was generated with ❤️ by
[rigging](https://docs.dreadnode.io/rigging/)2 files changed
Lines changed: 9 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments