From 9720dc110db44b11c1b9837f32873aeb62677588 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 18:01:14 +0000 Subject: [PATCH] chore(deps): bump xmltodict from 0.13.0 to 1.0.2 Bumps [xmltodict](https://github.com/martinblech/xmltodict) from 0.13.0 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.13.0...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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 218aa396..49c2deb7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ flask-wtf==1.2.2 requests==2.32.5 pyIsEmail==2.0.1 GitPython==3.1.45 -xmltodict==0.13.0 +xmltodict==1.0.2 lxml==5.3.0 pytz==2025.2 tzlocal==5.3.1