From ea56a7b0a7647d3363049fa1c03fc3bfe2642b4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 18:07:33 +0000 Subject: [PATCH 1/2] Update httpx --- poetry.lock | 16 ++++++++-------- pyproject.toml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index cb3efda..0c3746c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -377,13 +377,13 @@ trio = ["trio (>=0.22.0,<0.23.0)"] [[package]] name = "httpx" -version = "0.26.0" +version = "0.27.0" description = "The next generation HTTP client." optional = false python-versions = ">=3.8" files = [ - {file = "httpx-0.26.0-py3-none-any.whl", hash = "sha256:8915f5a3627c4d47b73e8202457cb28f1266982d1159bd5779d86a80c0eab1cd"}, - {file = "httpx-0.26.0.tar.gz", hash = "sha256:451b55c30d5185ea6b23c2c793abf9bb237d2a7dfb901ced6ff69ad37ec1dfaf"}, + {file = "httpx-0.27.0-py3-none-any.whl", hash = "sha256:71d5465162c13681bff01ad59b2cc68dd838ea1f10e51574bac27103f00c91a5"}, + {file = "httpx-0.27.0.tar.gz", hash = "sha256:a0cb88a46f32dc874e04ee956e4c2764aba2aa228f650b06788ba6bda2962ab5"}, ] [package.dependencies] @@ -695,17 +695,17 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pytest-httpx" -version = "0.29.0" +version = "0.30.0" description = "Send responses to httpx." optional = false python-versions = ">=3.9" files = [ - {file = "pytest_httpx-0.29.0-py3-none-any.whl", hash = "sha256:7d6fd29042e7b98ed98199ded120bc8100c8078ca306952666e89bf8807b95ff"}, - {file = "pytest_httpx-0.29.0.tar.gz", hash = "sha256:ed08ed802e2b315b83cdd16f0b26cbb2b836c29e0fde5c18bc3105f1073e0332"}, + {file = "pytest-httpx-0.30.0.tar.gz", hash = "sha256:755b8edca87c974dd4f3605c374fda11db84631de3d163b99c0df5807023a19a"}, + {file = "pytest_httpx-0.30.0-py3-none-any.whl", hash = "sha256:6d47849691faf11d2532565d0c8e0e02b9f4ee730da31687feae315581d7520c"}, ] [package.dependencies] -httpx = "==0.26.*" +httpx = "==0.27.*" pytest = ">=7,<9" [package.extras] @@ -747,4 +747,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "2c740a145c3897a6c88620c697e128ed327e58036ee4bfa6f88018868d2ed577" +content-hash = "4c22baba5511f39deeb384b73352d43ea094bef43c2ddb33ac1d0d7f80c484ed" diff --git a/pyproject.toml b/pyproject.toml index a2965bf..6ab8ff7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.9" -httpx = {extras = ["http2"], version = ">=0.23.0,<0.27.0"} +httpx = {extras = ["http2"], version = ">=0.27.0,<0.28.0"} PyJWT = ">=2.0.0,<2.9.0" cryptography = ">=39,<43" @@ -37,7 +37,7 @@ isort = "^5.10.1" flake8 = "^7.0.0" mypy = ">=1.8,<2" pytest-cov = "^4.0.0" -pytest-httpx = ">=0.21.3,<0.30.0" +pytest-httpx = ">=0.30.0,<0.31.0" pytest-asyncio = ">=0.20.3,<0.24.0" pem = "^23.1.0" From 8d5f6e159ea1b450cf8718d6db6b19fef17f1826 Mon Sep 17 00:00:00 2001 From: nnsnodnb Date: Fri, 23 Feb 2024 04:11:41 +0900 Subject: [PATCH 2/2] Modify httpx & pytest-httpx installable ranges --- poetry.lock | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0c3746c..be76125 100644 --- a/poetry.lock +++ b/poetry.lock @@ -747,4 +747,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "4c22baba5511f39deeb384b73352d43ea094bef43c2ddb33ac1d0d7f80c484ed" +content-hash = "23be881553e0285b1b6db4569f06f25ce1ac7598cfb08e8f6b5e2e73ee742c75" diff --git a/pyproject.toml b/pyproject.toml index 6ab8ff7..99bdf45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.9" -httpx = {extras = ["http2"], version = ">=0.27.0,<0.28.0"} +httpx = {extras = ["http2"], version = ">=0.23.0,<0.28.0"} PyJWT = ">=2.0.0,<2.9.0" cryptography = ">=39,<43" @@ -37,7 +37,7 @@ isort = "^5.10.1" flake8 = "^7.0.0" mypy = ">=1.8,<2" pytest-cov = "^4.0.0" -pytest-httpx = ">=0.30.0,<0.31.0" +pytest-httpx = ">=0.21.3" pytest-asyncio = ">=0.20.3,<0.24.0" pem = "^23.1.0"