From cbc061096fa1ab1f227d26e3c598d0c906daf6fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 02:36:15 +0000 Subject: [PATCH] chore(deps): update dependency respx to ^0.22.0 --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 035ba1d3..fac787e8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1402,17 +1402,17 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "respx" -version = "0.21.1" +version = "0.22.0" description = "A utility for mocking out the Python HTTPX and HTTP Core libraries." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "respx-0.21.1-py2.py3-none-any.whl", hash = "sha256:05f45de23f0c785862a2c92a3e173916e8ca88e4caad715dd5f68584d6053c20"}, - {file = "respx-0.21.1.tar.gz", hash = "sha256:0bd7fe21bfaa52106caa1223ce61224cf30786985f17c63c5d71eff0307ee8af"}, + {file = "respx-0.22.0-py2.py3-none-any.whl", hash = "sha256:631128d4c9aba15e56903fb5f66fb1eff412ce28dd387ca3a81339e52dbd3ad0"}, + {file = "respx-0.22.0.tar.gz", hash = "sha256:3c8924caa2a50bd71aefc07aa812f2466ff489f1848c96e954a5362d17095d91"}, ] [package.dependencies] -httpx = ">=0.21.0" +httpx = ">=0.25.0" [[package]] name = "rply" @@ -1798,4 +1798,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "897734209ab1277e46c39271e3d00992626214544da868dbadef133b07122566" +content-hash = "f579dc19d36ccaf4e80a6fd8dc4db40a69cdb22262df1fa0298ff04ec14db6cf" diff --git a/pyproject.toml b/pyproject.toml index 1eeb3c06..36a07ec8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ pytest-only = "~2.1.0" pytest-timeout = "~2.3.0" pytest-xdist = "~3.6.0" redbaron = "~0.9.0" -respx = "^0.21.1" +respx = "^0.22.0" ruff = "~0.8.0" setuptools = "~75.6.0" # setuptools are used by pytest but not explicitly required