From 83c9e5e35ca7ce3da3c75162bd4c1eef028c18e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 06:03:36 +0000 Subject: [PATCH] Bump xmltodict from 0.14.2 to 0.15.1 Bumps [xmltodict](https://github.com/martinblech/xmltodict) from 0.14.2 to 0.15.1. - [Changelog](https://github.com/martinblech/xmltodict/blob/master/CHANGELOG.md) - [Commits](https://github.com/martinblech/xmltodict/compare/v0.14.2...v0.15.1) --- updated-dependencies: - dependency-name: xmltodict dependency-version: 0.15.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index da289cf..74eb7d8 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ name = "pypi" fastapi = "==0.116.1" pymarc = "==5.3.1" uvicorn = {version = "==0.35.0", extras = ["standard"]} -xmltodict = "==0.14.2" +xmltodict = "==0.15.1" zeep = {version = "==4.3.1", extras = ["async"]} httpx = "==0.27.2"