From 614c443996e405863a6cdf64f41ea66988cba226 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 06:06:21 +0000 Subject: [PATCH] Bump xmltodict from 0.14.2 to 1.0.0 Bumps [xmltodict](https://github.com/martinblech/xmltodict) from 0.14.2 to 1.0.0. - [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/v0.14.2...v1.0.0) --- updated-dependencies: - dependency-name: xmltodict dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 78a9ce4..2dcd1b6 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 = "==1.0.0" zeep = {version = "==4.3.2", extras = ["async"]} httpx = "==0.27.2"