update respx

This commit is contained in:
felinae98 2021-09-07 11:08:03 +08:00
parent 1a44c6e753
commit b82911eb10
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -921,14 +921,14 @@ reference = "aliyun"
[[package]] [[package]]
name = "respx" name = "respx"
version = "0.16.3" version = "0.17.1"
description = "A utility for mocking out the Python HTTPX and HTTP Core libraries." description = "A utility for mocking out the Python HTTPX and HTTP Core libraries."
category = "dev" category = "dev"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
[package.dependencies] [package.dependencies]
httpx = ">=0.15" httpx = ">=0.18.0"
[package.source] [package.source]
type = "legacy" type = "legacy"
@ -1266,7 +1266,7 @@ reference = "aliyun"
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "247b55e2c71f1251a024952df66fb7551f3a8fcc13d51945e443198c6b3aa1ee" content-hash = "b1d377eac7e32ca08bd703b2f2a3094d6b72dead8c731902d38762da3b1dd7a2"
[metadata.files] [metadata.files]
anyio = [ anyio = [
@ -1645,8 +1645,8 @@ pyyaml = [
{file = "PyYAML-5.4.1.tar.gz", hash = "sha256:607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e"}, {file = "PyYAML-5.4.1.tar.gz", hash = "sha256:607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e"},
] ]
respx = [ respx = [
{file = "respx-0.16.3-py2.py3-none-any.whl", hash = "sha256:2db35e4af6bf25f58435457da7a0df52b34b8b3c2ea584d8a8cce27a7b00a614"}, {file = "respx-0.17.1-py2.py3-none-any.whl", hash = "sha256:34b28dacaa8e0c1bced38d9d183d7633df1f7c06db9802b9157bafa68a11755b"},
{file = "respx-0.16.3.tar.gz", hash = "sha256:3f4781a7fc02d6162f63f33c1481b31d83c0b8c54e98a077932a4197182a7312"}, {file = "respx-0.17.1.tar.gz", hash = "sha256:7bde9b6f311ba51f4651618ccd4c5034df628fe44bc28102b98235c429df68fb"},
] ]
rfc3986 = [ rfc3986 = [
{file = "rfc3986-1.5.0-py2.py3-none-any.whl", hash = "sha256:a86d6e1f5b1dc238b218b012df0aa79409667bb209e58da56d0b94704e712a97"}, {file = "rfc3986-1.5.0-py2.py3-none-any.whl", hash = "sha256:a86d6e1f5b1dc238b218b012df0aa79409667bb209e58da56d0b94704e712a97"},

View File

@ -34,7 +34,7 @@ apscheduler = "^3.7.0"
ipdb = "^0.13.4" ipdb = "^0.13.4"
pytest = "^6.2.4" pytest = "^6.2.4"
pytest-asyncio = "^0.15.1" pytest-asyncio = "^0.15.1"
respx = "^0.16.0" respx = "^0.17.0"
coverage = "^5.5" coverage = "^5.5"
[build-system] [build-system]