From b5e1ffaecf4c40bce74780b3a9d4b3a280abf1e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 00:01:39 +0000 Subject: [PATCH] build(deps): update xmltodict requirement from <0.13.1 to <0.15.1 Updates the requirements on [xmltodict](https://github.com/martinblech/xmltodict) to permit the latest version. - [Changelog](https://github.com/martinblech/xmltodict/blob/master/CHANGELOG.md) - [Commits](https://github.com/martinblech/xmltodict/compare/v0.2...v0.15.0) --- updated-dependencies: - dependency-name: xmltodict dependency-version: 0.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 67f948ce28c..bccecb528bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -109,7 +109,7 @@ boto3==1.39.3 whitenoise==6.6.0 # Contribs -xmltodict<0.13.1 +xmltodict<0.15.1 inflection>=0.4.0 mock<6.0.0 python-dateutil==2.9.0.post0