diff --git a/poetry.lock b/poetry.lock index 443ee6e7..a68beb18 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2689,17 +2689,17 @@ requests = ">=1.0.0" [[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 = "rich" @@ -3537,4 +3537,4 @@ scrapy = ["scrapy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "5f0773c951bd13de37603ebfe9d55788c09c9b50d5c1ed2370abbafe19242e76" +content-hash = "ede1ca8b725f0d1aa0a2f3f5af9d05c03d5c57c70b048e8f48f488b8e3783fa7" diff --git a/pyproject.toml b/pyproject.toml index 1d562d32..9423d31d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ pytest-cov = "~6.0.0" pytest-only = "~2.1.0" pytest-timeout = "~2.3.0" pytest-xdist = "~3.6.0" -respx = "~0.21.0" +respx = "~0.22.0" ruff = "~0.8.0" setuptools = "~75.6.0" # setuptools are used by pytest but not explicitly required