From 670cc51b406a299492c0c9a7d41b8a59ad354d6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 06:24:18 +0000 Subject: [PATCH] Bump xmltodict from 0.14.2 to 1.0.2 Bumps [xmltodict](https://github.com/martinblech/xmltodict) from 0.14.2 to 1.0.2. - [Release notes](https://github.com/martinblech/xmltodict/releases) - [Changelog](https://github.com/martinblech/xmltodict/blob/master/CHANGELOG.md) - [Commits](https://github.com/martinblech/xmltodict/compare/v0.14.2...v1.0.2) --- updated-dependencies: - dependency-name: xmltodict dependency-version: 1.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 37ea1a4cd..b94a302a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ dependencies = [ "sorl-thumbnail==12.11.0", "sql-metadata==2.17.0", "tomli==2.2.1", - "xmltodict==0.14.2", + "xmltodict==1.0.2", "zope-structuredtext==5.1", "zopfli==0.2.3", "ffmpeg-python==0.2.0", diff --git a/uv.lock b/uv.lock index 6f79bee7f..7f6bfb197 100644 --- a/uv.lock +++ b/uv.lock @@ -463,7 +463,7 @@ requires-dist = [ { name = "sorl-thumbnail", specifier = "==12.11.0" }, { name = "sql-metadata", specifier = "==2.17.0" }, { name = "tomli", specifier = "==2.2.1" }, - { name = "xmltodict", specifier = "==0.14.2" }, + { name = "xmltodict", specifier = "==1.0.2" }, { name = "zope-structuredtext", specifier = "==5.1" }, { name = "zopfli", specifier = "==0.2.3" }, ] @@ -1409,11 +1409,11 @@ wheels = [ [[package]] name = "xmltodict" -version = "0.14.2" +version = "1.0.2" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/50/05/51dcca9a9bf5e1bce52582683ce50980bcadbc4fa5143b9f2b19ab99958f/xmltodict-0.14.2.tar.gz", hash = "sha256:201e7c28bb210e374999d1dde6382923ab0ed1a8a5faeece48ab525b7810a553", size = 51942, upload-time = "2024-10-16T06:10:29.683Z" } +sdist = { url = "https://files.pythonhosted.org/packages/6a/aa/917ceeed4dbb80d2f04dbd0c784b7ee7bba8ae5a54837ef0e5e062cd3cfb/xmltodict-1.0.2.tar.gz", hash = "sha256:54306780b7c2175a3967cad1db92f218207e5bc1aba697d887807c0fb68b7649", size = 25725, upload-time = "2025-09-17T21:59:26.459Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/d6/45/fc303eb433e8a2a271739c98e953728422fa61a3c1f36077a49e395c972e/xmltodict-0.14.2-py2.py3-none-any.whl", hash = "sha256:20cc7d723ed729276e808f26fb6b3599f786cbc37e06c65e192ba77c40f20aac", size = 9981, upload-time = "2024-10-16T06:10:27.649Z" }, + { url = "https://files.pythonhosted.org/packages/c0/20/69a0e6058bc5ea74892d089d64dfc3a62ba78917ec5e2cfa70f7c92ba3a5/xmltodict-1.0.2-py3-none-any.whl", hash = "sha256:62d0fddb0dcbc9f642745d8bbf4d81fd17d6dfaec5a15b5c1876300aad92af0d", size = 13893, upload-time = "2025-09-17T21:59:24.859Z" }, ] [[package]]