diff --git a/poetry.lock b/poetry.lock index 5c2ae4e..366c9f5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -866,7 +866,7 @@ use_chardet_on_py3 = ["chardet (>=3.0.2,<5)"] [[package]] name = "respx" -version = "0.19.1" +version = "0.19.2" description = "A utility for mocking out the Python HTTPX and HTTP Core libraries." category = "dev" optional = false @@ -1263,7 +1263,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "1369f9e9cae05479c5fda61f06517f5c977d8dddd041503c811f4ddeef41d058" +content-hash = "6baff36f0391069d727a7e2608cd8f5bb3338d93e575cdf9d8f0068f57b346b3" [metadata.files] alabaster = [ @@ -1766,8 +1766,8 @@ requests = [ {file = "requests-2.26.0.tar.gz", hash = "sha256:b8aa58f8cf793ffd8782d3d8cb19e66ef36f7aba4353eec859e74678b01b07a7"}, ] respx = [ - {file = "respx-0.19.1-py2.py3-none-any.whl", hash = "sha256:4b13ba2aa4fc619ad5523786bacb4a565fab4ba3d02582b12f23942aa5a9bdf6"}, - {file = "respx-0.19.1.tar.gz", hash = "sha256:df26cf743f4c48bb38f134a3b0ec7384d5350671264c1c28bbddf41658d6f01a"}, + {file = "respx-0.19.2-py2.py3-none-any.whl", hash = "sha256:417f986fec599b9cc6531e93e494b7a75d1cb7bccff9dde5b53edc51f7954494"}, + {file = "respx-0.19.2.tar.gz", hash = "sha256:f3d210bb4de0ccc4c5afabeb87c3c1b03b3765a9c1a73eb042a07bb18ac33705"}, ] restructuredtext-lint = [ {file = "restructuredtext_lint-1.3.2.tar.gz", hash = "sha256:d3b10a1fe2ecac537e51ae6d151b223b78de9fafdd50e5eb6b08c243df173c80"}, diff --git a/pyproject.toml b/pyproject.toml index a7bf197..e52d5e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ types-croniter = "^1.0.7" types-pytz = "^2021.3.4" pytest_async = "^0.1.1" pytest-asyncio = "^0.17.2" -respx = "^0.19.1" +respx = "^0.19.2" pytest-mock = "^3.7.0" pytest-lazy-fixture = "^0.6.3"