From a81240a0fd72927922432a63af0f9a5bad0edd17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 06:33: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] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 6364d9d..cea49fa 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ name = "pypi" fastapi = "==0.128.0" pymarc = "==5.3.1" uvicorn = {version = "==0.38.0", extras = ["standard"]} -xmltodict = "==1.0.2" +xmltodict = "==1.0.4" zeep = {version = "==4.3.2", extras = ["async"]} httpx = "==0.28.1"