From 114e0091acf2215409115da967303e052b471da9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 06:03:46 +0000 Subject: [PATCH] Bump xmltodict from 0.14.2 to 0.15.0 Bumps [xmltodict](https://github.com/martinblech/xmltodict) from 0.14.2 to 0.15.0. - [Changelog](https://github.com/martinblech/xmltodict/blob/master/CHANGELOG.md) - [Commits](https://github.com/martinblech/xmltodict/compare/v0.14.2...v0.15.0) --- updated-dependencies: - dependency-name: xmltodict dependency-version: 0.15.0 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..80b3dad 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.0" zeep = {version = "==4.3.1", extras = ["async"]} httpx = "==0.27.2"