Merge pull request #42 from andrewthetechie/dependabot/pip/respx-0.19.1

Bump respx from 0.19.0 to 0.19.1
This commit is contained in:
Andrew
2022-01-12 10:03:10 -06:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -867,7 +867,7 @@ use_chardet_on_py3 = ["chardet (>=3.0.2,<5)"]
[[package]]
name = "respx"
version = "0.19.0"
version = "0.19.1"
description = "A utility for mocking out the Python HTTPX and HTTP Core libraries."
category = "dev"
optional = false
@@ -1264,7 +1264,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "57edb356699efd1b67a776a37a3ad200b361978e4d949fc10578e5304d24706c"
content-hash = "dd89432293c2f1a38d8477656b14ab217697fd2b758363c726557473abf48520"
[metadata.files]
alabaster = [
@@ -1752,8 +1752,8 @@ requests = [
{file = "requests-2.26.0.tar.gz", hash = "sha256:b8aa58f8cf793ffd8782d3d8cb19e66ef36f7aba4353eec859e74678b01b07a7"},
]
respx = [
{file = "respx-0.19.0-py2.py3-none-any.whl", hash = "sha256:1ac1cc99bf892ffd3e33108ae43d71d8309a58ac226965f4bd81ec055600f265"},
{file = "respx-0.19.0.tar.gz", hash = "sha256:4a09e15803c7450d45303520ec528794c9fd77b05984263bc83b78aabbb39413"},
{file = "respx-0.19.1-py2.py3-none-any.whl", hash = "sha256:4b13ba2aa4fc619ad5523786bacb4a565fab4ba3d02582b12f23942aa5a9bdf6"},
{file = "respx-0.19.1.tar.gz", hash = "sha256:df26cf743f4c48bb38f134a3b0ec7384d5350671264c1c28bbddf41658d6f01a"},
]
restructuredtext-lint = [
{file = "restructuredtext_lint-1.3.2.tar.gz", hash = "sha256:d3b10a1fe2ecac537e51ae6d151b223b78de9fafdd50e5eb6b08c243df173c80"},

View File

@@ -52,7 +52,7 @@ types-croniter = "^1.0.7"
types-pytz = "^2021.3.4"
pytest_async = "^0.1.1"
pytest-asyncio = "^0.16.0"
respx = "^0.19.0"
respx = "^0.19.1"
pytest-mock = "^3.6.1"
pytest-lazy-fixture = "^0.6.3"