From 6447651e3d9994c6c06a0f22940062484732d1d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 08:37:25 +0000 Subject: [PATCH] Update dependency pytest-httpx to v0.35.0 --- poetry.lock | 19 +++++++++---------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index 64a864d7..0753fd87 100644 --- a/poetry.lock +++ b/poetry.lock @@ -902,13 +902,13 @@ trio = ["trio (>=0.22.0,<1.0)"] [[package]] name = "httpx" -version = "0.27.2" +version = "0.28.1" 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.28.1-py3-none-any.whl", hash = "sha256:d909fcccc110f8c7faf814ca82a9a4d816bc5a6dbfea25d6591d6985b8ba59ad"}, + {file = "httpx-0.28.1.tar.gz", hash = "sha256:75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc"}, ] [package.dependencies] @@ -916,7 +916,6 @@ anyio = "*" certifi = "*" httpcore = "==1.*" idna = "*" -sniffio = "*" [package.extras] brotli = ["brotli", "brotlicffi"] @@ -2704,21 +2703,21 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-httpx" -version = "0.31.2" +version = "0.35.0" description = "Send responses to httpx." optional = false python-versions = ">=3.9" files = [ - {file = "pytest_httpx-0.31.2-py3-none-any.whl", hash = "sha256:aa996241bfc82e409a5c53f2a3dd14f395e7506f3883dbcd1d9de182df987510"}, - {file = "pytest_httpx-0.31.2.tar.gz", hash = "sha256:a44cc59bdb67c78d495d4349d96af18146bd09d5ff2f2f7f93523fd5cfcb0115"}, + {file = "pytest_httpx-0.35.0-py3-none-any.whl", hash = "sha256:ee11a00ffcea94a5cbff47af2114d34c5b231c326902458deed73f9c459fd744"}, + {file = "pytest_httpx-0.35.0.tar.gz", hash = "sha256:d619ad5d2e67734abfbb224c3d9025d64795d4b8711116b1a13f72a251ae511f"}, ] [package.dependencies] -httpx = "==0.27.*" +httpx = "==0.28.*" pytest = "==8.*" [package.extras] -testing = ["pytest-asyncio (==0.24.*)", "pytest-cov (==5.*)"] +testing = ["pytest-asyncio (==0.24.*)", "pytest-cov (==6.*)"] [[package]] name = "python-dateutil" @@ -3788,4 +3787,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9.0" -content-hash = "ec31a7cc099f3771e505b1fde6380331eb89a1e68e6df5573d08aa1373ec1a1c" +content-hash = "d142e6d026b52b045e1c5736fbd1832126ef582e0ffc9911b998080fc21ca356" diff --git a/pyproject.toml b/pyproject.toml index 657ee8b7..44661da2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ tenacity = ">=8.0.0" [tool.poetry.group.dev.dependencies] pre-commit = "^4.0.0" pytest = "8.3.3" -pytest-httpx = "0.31.2" +pytest-httpx = "0.35.0" freezegun = "^1.2.2" pydantic = "^2.5.3" mypy = "^1.8.0"