From 57bde17ce42dcb5a6721ef5e2eb94fdcb20e6ca1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 21:14:06 +0000 Subject: [PATCH] chore(deps): bump zeep[async] from 4.3.1 to 4.3.2 Bumps [zeep[async]](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[async] dependency-version: 4.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index aa9fcaf..4521ae8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ aiohttp==3.12.15 ciso8601==2.3.2 httpx==0.28.1 -zeep[async]==4.3.1 +zeep[async]==4.3.2 yarl==1.20.1