From 593df93194a5697878fcd066f5128634e1dfefc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 23:15:26 +0000 Subject: [PATCH] fix(deps): 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] --- Pipfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 8536158..7ae79a9 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -652,12 +652,12 @@ }, "xmltodict": { "hashes": [ - "sha256:54306780b7c2175a3967cad1db92f218207e5bc1aba697d887807c0fb68b7649", - "sha256:62d0fddb0dcbc9f642745d8bbf4d81fd17d6dfaec5a15b5c1876300aad92af0d" + "sha256:6d94c9f834dd9e44514162799d344d815a3a4faec913717a9ecbfa5be1bb8e61", + "sha256:a4a00d300b0e1c59fc2bfccb53d7b2e88c32f200df138a0dd2229f842497026a" ], "index": "pypi", "markers": "python_version >= '3.9'", - "version": "==1.0.2" + "version": "==1.0.4" } }, "develop": {