diff --git a/poetry.lock b/poetry.lock index 82d303fca..7cddf8b3a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "adobe-analytics" @@ -3769,18 +3769,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" @@ -3790,9 +3789,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] @@ -3836,4 +3835,4 @@ toucan-toco = ["toucan-client"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.11" -content-hash = "019950494c42c4134aec63361a7ff088ede8b3d737535e2cb8dee9fedc275c57" +content-hash = "10ed8427523ed0610d4fbe199cab8f8c100b387ce709b19c9751724ea42f0e43" diff --git a/pyproject.toml b/pyproject.toml index 8b36863d8..aa3628a0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,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" [tool.poetry.extras] adobe = ["adobe-analytics"]