From 70b26016d98c56a347b56d02164a23d544d5d775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 15:44:18 +0000 Subject: [PATCH] Bump xmltodict from 0.13.0 to 0.14.2 Bumps [xmltodict](https://github.com/martinblech/xmltodict) from 0.13.0 to 0.14.2. - [Changelog](https://github.com/martinblech/xmltodict/blob/master/CHANGELOG.md) - [Commits](https://github.com/martinblech/xmltodict/compare/v0.13.0...v0.14.2) --- updated-dependencies: - dependency-name: xmltodict dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 12202b0a5..0cb20bd2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ dependencies = [ "ruff>=0.6.8", "sorl-thumbnail==12.11.0", "sql-metadata==2.13.0", - "xmltodict==0.13.0", + "xmltodict==0.14.2", "zope-structuredtext==5.0", "zopfli==0.2.3", ] diff --git a/requirements.in b/requirements.in index f4a5d7a25..1df71bab9 100644 --- a/requirements.in +++ b/requirements.in @@ -13,7 +13,7 @@ requests==2.32.3 lxml==5.3.0 feedparser==6.0.11 pyquery==2.0.1 -xmltodict==0.13.0 +xmltodict==0.14.2 optisorl==0.2.1 pytz==2024.2 django-jinja==2.10.2