diff --git a/poetry.lock b/poetry.lock index 96e425e..8b42e62 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index bdad251..902dfa0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"