From d821984bc932b409d7108cd1a5d9a9f067a15195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:41:27 -0600 Subject: [PATCH] Bump zeep[async] from 4.1.0 to 4.3.1 (#60) Bumps [zeep[async]](https://github.com/mvantellingen/python-zeep) from 4.1.0 to 4.3.1. - [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.1.0...4.3.1) --- updated-dependencies: - dependency-name: zeep[async] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 43ac312..402855f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Package httpx==0.19.0 -zeep[async]==4.1.0 +zeep[async]==4.3.1 # Dev pytest