Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update xmltodict to 0.14.1 #1149

Closed
wants to merge 1 commit into from

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Oct 9, 2024

This PR updates xmltodict from 0.11.0 to 0.14.1.

Changelog

0.14.1

-------
* Drop support for Python older than 3.6
* Additional ruff/Pyflakes/codespell fixes.
* Thanks DimitriPapadopoulos!

0.14.0

-------

* Drop old Python 2 support leftover code and apply several RUFF code health fixes.
* Thanks, DimitriPapadopoulos!
* Add Python 3.11, 3.12 and 3.13 support and tests.
* Thanks, angvp!
* Tests in gh-action.
* Thanks, almaz.kun!
* Remove defusedexpat import.
* Thanks, hanno!
* Replace deprecated BadZipfile with BadZipFile.
* Thanks, hugovk!
* Support indent using integer format, enable `python -m unittest tests/*.py`.
* Thanks, hiiwave!
* Ensure significant whitespace is not trimmed
* Thanks, trey.franklin!
* added conda installation command
* Thanks, sugatoray!
* fix attributes not appearing in streaming mode
* Thanks, timnguyen001! 
* Fix Travis CI status badge URL
* Update push_release.sh to use twine.

0.13.0

-------

* Add install info to readme for openSUSE. (205)
* Thanks, smarlowucf!
* Support defaultdict for namespace mapping (211)
* Thanks, nathanalderson!
* parse(generator) is now possible (212)
* Thanks, xandey!
* Processing comments on parsing from xml to dict (connected to 109) (221)
* Thanks, svetazol!
* Add expand_iter kw to unparse to expand iterables (213)
* Thanks, claweyenuk!
* Fixed some typos
* Thanks, timgates42 and kianmeng!
* Add support for python3.8
* Thanks, t0b3!
* Drop Jython/Python 2 and add Python 3.9/3.10.
* Drop OrderedDict in Python >= 3.7
* Do not use len() to determine if a sequence is empty
* Thanks, DimitriPapadopoulos!
* Add more namespace attribute tests
* Thanks, leogregianin!
* Fix encoding issue in setup.py
* Thanks, rjarry!

0.12.0

-------

* Allow force_commits=True for getting all keys as lists (204)
* README.md: fix useless uses of cat (200)
* Add FreeBSD install instructions (199)
* Fix and simplify travis config (192)
* Add support for Python 3.7 (189)
* Drop support for EOL Python (191)
* Use Markdown long_description on PyPI (190)
* correct spelling mistake (165)
* correctly unparse booleans (180)
* Updates README.md with svg badge
Links

@pyup-bot
Copy link
Collaborator Author

Closing this in favor of #1150

@pyup-bot pyup-bot closed this Oct 16, 2024
@sudo-smith sudo-smith deleted the pyup-update-xmltodict-0.11.0-to-0.14.1 branch October 16, 2024 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant