From 3c4e93b96ea973f59a80c553462290973708f495 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 06:03:35 +0000 Subject: [PATCH] Bump zeep from 4.3.1 to 4.3.2 Bumps [zeep](https://github.com/mvantellingen/python-zeep) from 4.3.1 to 4.3.2. - [Release notes](https://github.com/mvantellingen/python-zeep/releases) - [Changelog](https://github.com/mvantellingen/python-zeep/blob/main/CHANGES) - [Commits](https://github.com/mvantellingen/python-zeep/compare/4.3.1...4.3.2) --- updated-dependencies: - dependency-name: zeep dependency-version: 4.3.2 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 da289cf..78a9ce4 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ fastapi = "==0.116.1" pymarc = "==5.3.1" uvicorn = {version = "==0.35.0", extras = ["standard"]} xmltodict = "==0.14.2" -zeep = {version = "==4.3.1", extras = ["async"]} +zeep = {version = "==4.3.2", extras = ["async"]} httpx = "==0.27.2" [dev-packages]