From ae5111ee7e81fd9ebe141a3491cd8785b45c22c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 20:53:11 +0200 Subject: [PATCH] Update zeep requirement from ==4.2.* to ==4.3.* (#4567) Updates the requirements on [zeep](https://github.com/mvantellingen/python-zeep) to permit the latest version. - [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.2.0...4.3.1) --- updated-dependencies: - dependency-name: zeep dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 731b2a1f6..efcdbf8eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,7 +102,7 @@ dependencies = [ "vat_moss_forked==2020.3.20.0.11.0", "vobject==0.9.*", "webauthn==2.2.*", - "zeep==4.2.*" + "zeep==4.3.*" ] [project.optional-dependencies]