build(deps): bump xmltodict from 0.13.0 to 0.14.1 (#78)

Bumps [xmltodict](https://github.com/martinblech/xmltodict) from 0.13.0 to 0.14.1.
- [Changelog](https://github.com/martinblech/xmltodict/blob/master/CHANGELOG.md)
- [Commits](https://github.com/martinblech/xmltodict/compare/v0.13.0...v0.14.1)

---
updated-dependencies:
- dependency-name: xmltodict
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-10-16 09:43:40 +08:00 committed by GitHub
parent f7988a48b1
commit 7dbafb958c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -882,13 +882,13 @@ zstd = ["zstandard (>=0.18.0)"]
[[package]]
name = "xmltodict"
version = "0.13.0"
version = "0.14.1"
description = "Makes working with XML feel like you are working with JSON"
optional = false
python-versions = ">=3.4"
python-versions = ">=3.6"
files = [
{file = "xmltodict-0.13.0-py2.py3-none-any.whl", hash = "sha256:aa89e8fd76320154a40d19a0df04a4695fb9dc5ba977cbb68ab3e4eb225e7852"},
{file = "xmltodict-0.13.0.tar.gz", hash = "sha256:341595a488e3e01a85a9d8911d8912fd922ede5fecc4dce437eb4b6c8d037e56"},
{file = "xmltodict-0.14.1-py2.py3-none-any.whl", hash = "sha256:3ef4a7b71c08f19047fcbea572e1d7f4207ab269da1565b5d40e9823d3894e63"},
{file = "xmltodict-0.14.1.tar.gz", hash = "sha256:338c8431e4fc554517651972d62f06958718f6262b04316917008e8fd677a6b0"},
]
[[package]]
@ -999,4 +999,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "a7dccd85d2a43fe33ea343c84a1beb02f623bdb64130791b396ebdff50a16fac"
content-hash = "7513ad2a1f1ee91dba4a1cd652ff023eb48f033db24310c1f9bb85627eba3d0b"

View File

@ -15,7 +15,7 @@ ujson = "^5.10.0"
requests = "^2.32.3"
colorlog = "^6.8.2"
Pygments = "^2.18.0"
xmltodict = "^0.13.0"
xmltodict = "^0.14.1"
pillow = "^10.4.0"
mutagen = "^1.47.0"
colorama = "^0.4.6"