From b3bbe5bd6988040f4b21f9cdef9b23422ff08c4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 12:00:15 +0100 Subject: [PATCH] build(deps): bump zeep from 4.1.0 to 4.2.1 (#1375) Bumps [zeep](https://github.com/mvantellingen/python-zeep) from 4.1.0 to 4.2.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.2.1) --- updated-dependencies: - dependency-name: zeep 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> --- poetry.lock | 17 ++++++++--------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index d54b11dc6..55c1ad1b9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4463,18 +4463,17 @@ multidict = ">=4.0" [[package]] name = "zeep" -version = "4.1.0" -description = "A modern/fast Python SOAP client based on lxml / requests" +version = "4.2.1" +description = "A Python SOAP client" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "zeep-4.1.0-py2.py3-none-any.whl", hash = "sha256:81c491092b71f5b276de8c63dfd452be3f322622c48a54f3a497cf913bdfb2f4"}, - {file = "zeep-4.1.0.tar.gz", hash = "sha256:5867f2eadd6b028d9751f4155af590d3aaf9280e3a0ed5e15a53343921c956e5"}, + {file = "zeep-4.2.1-py3-none-any.whl", hash = "sha256:6754feb4c34a4b6d65fbc359252bf6654dcce3937bf1d95aae4402a60a8f5939"}, + {file = "zeep-4.2.1.tar.gz", hash = "sha256:72093acfdb1d8360ed400869b73fbf1882b95c4287f798084c42ee0c1ff0e425"}, ] [package.dependencies] attrs = ">=17.2.0" -cached-property = ">=1.3.0" isodate = ">=0.5.4" lxml = ">=4.6.0" platformdirs = ">=1.4.0" @@ -4484,9 +4483,9 @@ requests-file = ">=1.5.1" requests-toolbelt = ">=0.7.1" [package.extras] -async = ["httpx"] +async = ["httpx (>=0.15.0)"] docs = ["sphinx (>=1.4.0)"] -test = ["coverage[toml] (==5.2.1)", "flake8 (==3.8.3)", "flake8-blind-except (==0.1.1)", "flake8-debugger (==3.2.1)", "flake8-imports (==0.1.1)", "freezegun (==0.3.15)", "isort (==5.3.2)", "mock (==2.0.0)", "pretend (==1.0.9)", "pytest (==6.0.1)", "pytest-asyncio", "pytest-cov (==2.8.1)", "pytest-httpx", "requests-mock (>=0.7.0)"] +test = ["coverage[toml] (==5.2.1)", "flake8 (==3.8.3)", "flake8-blind-except (==0.1.1)", "flake8-debugger (==3.2.1)", "flake8-imports (==0.1.1)", "freezegun (==0.3.15)", "isort (==5.3.2)", "pretend (==1.0.9)", "pytest (==6.2.5)", "pytest-asyncio", "pytest-cov (==2.8.1)", "pytest-httpx", "requests-mock (>=0.7.0)"] xmlsec = ["xmlsec (>=0.6.1)"] [extras] @@ -4526,4 +4525,4 @@ toucan-toco = ["toucan-client"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.12" -content-hash = "10379b598e86d23b27c70d29c2f86989cf3afdb82d82092eb66c877d11cc8973" +content-hash = "683fb0eb40cb67b62ffb3d21cd8c4147332e275fe6b3072ae5a2eff2b059300b" diff --git a/pyproject.toml b/pyproject.toml index 667136628..d964461b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ xmltodict = ">=0.13.0,<1" python-graphql-client = ">=0.4.3,<1" clickhouse-driver = ">=0.2.3,<1" lxml = "4.9.3" -zeep = "^4.1.0" +zeep = "^4.2.1" mypy = "^1.7" pandas-stubs = "^2.1.1.230928" types-requests = "^2.31.0.6"