diff --git a/poetry.lock b/poetry.lock index 87e15da..fe65c70 100644 --- a/poetry.lock +++ b/poetry.lock @@ -853,7 +853,7 @@ use_chardet_on_py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "respx" -version = "0.19.3" +version = "0.20.0" description = "A utility for mocking out the Python HTTPX and HTTP Core libraries." category = "dev" optional = false @@ -1271,7 +1271,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "740cd8dea1842eb19f4e8701f0d55d7c0340a3a0973ef4fba9c3502e5514831d" +content-hash = "22aae373e5cb07280dda15cd32d5ccac78430a3b65723cd9556dddbae562bdf5" [metadata.files] alabaster = [ @@ -1758,8 +1758,8 @@ requests = [ {file = "requests-2.28.1.tar.gz", hash = "sha256:7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983"}, ] respx = [ - {file = "respx-0.19.3-py2.py3-none-any.whl", hash = "sha256:ea3049468bfcf95c7827436230e05b85a037050dc569dbeaecdaa08fa0de5750"}, - {file = "respx-0.19.3.tar.gz", hash = "sha256:6dab3a19dfb0ea07cef996198c12bf8a34e6fc3573a24b184d714f765e8b5e57"}, + {file = "respx-0.20.0-py2.py3-none-any.whl", hash = "sha256:61e26ddf66b2b0d1bcd78c4e18a06533e50493f8c0179e5542ebfffd3ed3d0c5"}, + {file = "respx-0.20.0.tar.gz", hash = "sha256:27ef411ca9622ae1e032c3f355506f62de5efe08c4296f64ae2c0621888e710a"}, ] restructuredtext-lint = [ {file = "restructuredtext_lint-1.4.0.tar.gz", hash = "sha256:1b235c0c922341ab6c530390892eb9e92f90b9b75046063e047cacfb0f050c45"}, diff --git a/pyproject.toml b/pyproject.toml index d3b857e..48eba10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ types-croniter = "^1.3.2" types-pytz = "^2022.2.1" pytest_async = "^0.1.1" pytest-asyncio = "^0.19.0" -respx = "^0.19.3" +respx = "^0.20.0" pytest-mock = "^3.7.0" pytest-lazy-fixture = "^0.6.3"