diff --git a/poetry.lock b/poetry.lock index 74e574d..4038002 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1335,17 +1335,17 @@ prompt_toolkit = ">=2.0,<=3.0.36" [[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 = "ruff" @@ -1517,4 +1517,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "4d9d72e582d1d6616318f033182b1089ed25def4c246fd906d37b9f83d08595e" +content-hash = "aa4bfe4d440a061cf35668c251340644f41fa14c2d68eaba1bd1cb740c6183c0" diff --git a/pyproject.toml b/pyproject.toml index 75bd1e5..bde02e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ coverage = "^7.2.7" pre-commit = "^3.3.2" gitlint = "^0.19.1" commitizen = "^3.25.0" -respx = "^0.21.1" +respx = ">=0.21.1,<0.23.0" polyfactory = "^2.16.0" [tool.ruff]