build(deps-dev): bump respx from 0.19.3 to 0.20.0

Bumps [respx](https://github.com/lundberg/respx) from 0.19.3 to 0.20.0.
- [Release notes](https://github.com/lundberg/respx/releases)
- [Changelog](https://github.com/lundberg/respx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/lundberg/respx/compare/0.19.3...0.20.0)

---
updated-dependencies:
- dependency-name: respx
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-09-19 01:51:31 +00:00
parent e525c184ff
commit 82e526d339
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -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"},

View File

@@ -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"