From 02fd653d242b3bb493ad8a2d5c19b90f84abf066 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 06:34:30 +0000 Subject: [PATCH] Bump zeep from 4.3.2 to 4.3.3 Bumps [zeep](https://github.com/mvantellingen/python-zeep) from 4.3.2 to 4.3.3. - [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.2...4.3.3) --- updated-dependencies: - dependency-name: zeep dependency-version: 4.3.3 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..e737b1a 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ fastapi = "==0.128.0" pymarc = "==5.3.1" uvicorn = {version = "==0.38.0", extras = ["standard"]} xmltodict = "==1.0.2" -zeep = {version = "==4.3.2", extras = ["async"]} +zeep = {version = "==4.3.3", extras = ["async"]} httpx = "==0.28.1" [dev-packages]