From 88937e4917bd2b5a364bcb86d896879a1105434c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 19:33:57 +0800 Subject: [PATCH] build(deps): bump xmltodict from 0.14.1 to 0.14.2 (#80) Bumps [xmltodict](https://github.com/martinblech/xmltodict) from 0.14.1 to 0.14.2. - [Changelog](https://github.com/martinblech/xmltodict/blob/master/CHANGELOG.md) - [Commits](https://github.com/martinblech/xmltodict/compare/v0.14.1...v0.14.2) --- updated-dependencies: - dependency-name: xmltodict dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 11c551d..1d74bcb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -882,13 +882,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "xmltodict" -version = "0.14.1" +version = "0.14.2" description = "Makes working with XML feel like you are working with JSON" optional = false python-versions = ">=3.6" files = [ - {file = "xmltodict-0.14.1-py2.py3-none-any.whl", hash = "sha256:3ef4a7b71c08f19047fcbea572e1d7f4207ab269da1565b5d40e9823d3894e63"}, - {file = "xmltodict-0.14.1.tar.gz", hash = "sha256:338c8431e4fc554517651972d62f06958718f6262b04316917008e8fd677a6b0"}, + {file = "xmltodict-0.14.2-py2.py3-none-any.whl", hash = "sha256:20cc7d723ed729276e808f26fb6b3599f786cbc37e06c65e192ba77c40f20aac"}, + {file = "xmltodict-0.14.2.tar.gz", hash = "sha256:201e7c28bb210e374999d1dde6382923ab0ed1a8a5faeece48ab525b7810a553"}, ] [[package]] @@ -999,4 +999,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "1d6a5c94f760ce45cd01c677f828f48cc3b83c00e41106054e885e39720913ea" +content-hash = "e5d1a4506b9812bef4defe730511baa2db43387e85ec89c5bb886c052a6cd097" diff --git a/pyproject.toml b/pyproject.toml index 37b3f76..3bf4c72 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.14.1" +xmltodict = "^0.14.2" pillow = "^10.4.0" mutagen = "^1.47.0" colorama = "^0.4.6"