diff --git a/pyproject.toml b/pyproject.toml index b651de3..d4a48df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dev = [ "tox-uv>=1.25.0,<2", "mypy~=1.11", "ruff>=0.15.5,<0.16", - "respx>=0.22.0,<0.23", + "respx>=0.23.1,<0.24", ] docs = [ diff --git a/uv.lock b/uv.lock index 4a1826f..7c9bcfe 100644 --- a/uv.lock +++ b/uv.lock @@ -778,14 +778,14 @@ wheels = [ [[package]] name = "respx" -version = "0.22.0" +version = "0.23.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "httpx" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/f4/7c/96bd0bc759cf009675ad1ee1f96535edcb11e9666b985717eb8c87192a95/respx-0.22.0.tar.gz", hash = "sha256:3c8924caa2a50bd71aefc07aa812f2466ff489f1848c96e954a5362d17095d91", size = 28439, upload-time = "2024-12-19T22:33:59.374Z" } +sdist = { url = "https://files.pythonhosted.org/packages/43/98/4e55c9c486404ec12373708d015ebce157966965a5ebe7f28ff2c784d41b/respx-0.23.1.tar.gz", hash = "sha256:242dcc6ce6b5b9bf621f5870c82a63997e8e82bc7c947f9ffe272b8f3dd5a780", size = 29243, upload-time = "2026-04-08T14:37:16.008Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/8e/67/afbb0978d5399bc9ea200f1d4489a23c9a1dad4eee6376242b8182389c79/respx-0.22.0-py2.py3-none-any.whl", hash = "sha256:631128d4c9aba15e56903fb5f66fb1eff412ce28dd387ca3a81339e52dbd3ad0", size = 25127, upload-time = "2024-12-19T22:33:57.837Z" }, + { url = "https://files.pythonhosted.org/packages/1d/4a/221da6ca167db45693d8d26c7dc79ccfc978a440251bf6721c9aaf251ac0/respx-0.23.1-py2.py3-none-any.whl", hash = "sha256:b18004b029935384bccfa6d7d9d74b4ec9af73a081cc28600fffc0447f4b8c1a", size = 25557, upload-time = "2026-04-08T14:37:14.613Z" }, ] [[package]] @@ -862,7 +862,7 @@ dev = [ { name = "pre-commit", specifier = ">=4.0.0,<5" }, { name = "pytest", specifier = ">=9.0.2,<10" }, { name = "pytest-asyncio", specifier = ">=1.3,<1.4" }, - { name = "respx", specifier = ">=0.22.0,<0.23" }, + { name = "respx", specifier = ">=0.23.1,<0.24" }, { name = "ruff", specifier = ">=0.15.5,<0.16" }, { name = "tox", specifier = ">=4.15.1,<5" }, { name = "tox-uv", specifier = ">=1.25.0,<2" },