diff --git a/poetry.lock b/poetry.lock index 508d6a0..5c4c5f2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "anvil-uplink" @@ -313,13 +313,13 @@ rich = ">=12.4.4,<13" [[package]] name = "connect-openapi-client" -version = "29.4" +version = "34.0" description = "Connect Python OpenAPI Client" optional = false python-versions = "<4,>=3.9" files = [ - {file = "connect_openapi_client-29.4-py3-none-any.whl", hash = "sha256:3fc767a1f613930292eba523c4c4f51627fb0965cea53e818e0aab2053479d53"}, - {file = "connect_openapi_client-29.4.tar.gz", hash = "sha256:80f5c5b39637a0d6d501eedd5c3b4c177c04acdc5a205761948dc480a925427b"}, + {file = "connect_openapi_client-34.0-py3-none-any.whl", hash = "sha256:545edd8e47363704ea9879c831f280f217f77f7caf5886b45f0af99de26b3534"}, + {file = "connect_openapi_client-34.0.tar.gz", hash = "sha256:215c5cc1ab6c5555cf9bf3e38af8d0d2d67715193672e5cfb4ae48363aac446c"}, ] [package.dependencies] @@ -328,7 +328,7 @@ connect-markdown-renderer = ">=3,<4" httpx = ">=0.23" importlib-metadata = ">=6.6,<7.0" inflect = ">=4.1" -pytest-httpx = ">=0.27" +pytest-httpx = ">=0.27,<0.30" PyYAML = ">=5.3.1" requests = ">=2.23" responses = ">=0.14.0,<1" @@ -690,13 +690,13 @@ trio = ["trio (>=0.22.0,<0.26.0)"] [[package]] name = "httpx" -version = "0.27.2" +version = "0.26.0" description = "The next generation HTTP client." optional = false python-versions = ">=3.8" files = [ - {file = "httpx-0.27.2-py3-none-any.whl", hash = "sha256:7bb2708e112d8fdd7829cd4243970f0c223274051cb35ee80c03301ee29a3df0"}, - {file = "httpx-0.27.2.tar.gz", hash = "sha256:f7c2be1d2f3c3c3160d441802406b206c2b76f5947b11115e6df10c6c65e66c2"}, + {file = "httpx-0.26.0-py3-none-any.whl", hash = "sha256:8915f5a3627c4d47b73e8202457cb28f1266982d1159bd5779d86a80c0eab1cd"}, + {file = "httpx-0.26.0.tar.gz", hash = "sha256:451b55c30d5185ea6b23c2c793abf9bb237d2a7dfb901ced6ff69ad37ec1dfaf"}, ] [package.dependencies] @@ -711,7 +711,6 @@ brotli = ["brotli", "brotlicffi"] cli = ["click (==8.*)", "pygments (==2.*)", "rich (>=10,<14)"] http2 = ["h2 (>=3,<5)"] socks = ["socksio (==1.*)"] -zstd = ["zstandard (>=0.18.0)"] [[package]] name = "idna" @@ -1228,17 +1227,17 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pytest-httpx" -version = "0.30.0" +version = "0.29.0" description = "Send responses to httpx." optional = false python-versions = ">=3.9" files = [ - {file = "pytest-httpx-0.30.0.tar.gz", hash = "sha256:755b8edca87c974dd4f3605c374fda11db84631de3d163b99c0df5807023a19a"}, - {file = "pytest_httpx-0.30.0-py3-none-any.whl", hash = "sha256:6d47849691faf11d2532565d0c8e0e02b9f4ee730da31687feae315581d7520c"}, + {file = "pytest_httpx-0.29.0-py3-none-any.whl", hash = "sha256:7d6fd29042e7b98ed98199ded120bc8100c8078ca306952666e89bf8807b95ff"}, + {file = "pytest_httpx-0.29.0.tar.gz", hash = "sha256:ed08ed802e2b315b83cdd16f0b26cbb2b836c29e0fde5c18bc3105f1073e0332"}, ] [package.dependencies] -httpx = "==0.27.*" +httpx = "==0.26.*" pytest = ">=7,<9" [package.extras] @@ -1838,4 +1837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4" -content-hash = "7391a462e1c6e07bede003e6afa22d5090460cc6e120fa20cf9e347f44e3c3e2" +content-hash = "e94df0ac65c0d9f3f5cfb2a01ab88a5aff669643cc288f2ed612415871755491" diff --git a/pyproject.toml b/pyproject.toml index bd680fb..2e11152 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ cextrun = 'connect.eaas.runner.main:main' [tool.poetry.dependencies] python = ">=3.9,<4" websockets = "13.*" -connect-openapi-client = ">=29.0,<30" +connect-openapi-client = ">=34.0,<35" logzio-python-handler = "^4.1.4" backoff = "^2.2.1" connect-eaas-core = ">=33.0,<34"