From 032c93aa05caef3f0e4dcfe0eb2bd2e9e2342078 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 08:34:04 +0000 Subject: [PATCH] Bump xmltodict from 1.0.2 to 1.0.4 Bumps [xmltodict](https://github.com/martinblech/xmltodict) from 1.0.2 to 1.0.4. - [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/v1.0.2...v1.0.4) --- updated-dependencies: - dependency-name: xmltodict dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f3597bd4..3f5a8e69 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ PyJWT==2.12.0 python-dateutil==2.9.0.post0 PyYAML==6.0.3 requests==2.33.0 -xmltodict==1.0.2 +xmltodict==1.0.4 # Development & Testing Tools flake8==7.3.0