mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-04 02:26:11 +08:00
update respx
This commit is contained in:
parent
1a44c6e753
commit
b82911eb10
10
poetry.lock
generated
10
poetry.lock
generated
@ -921,14 +921,14 @@ reference = "aliyun"
|
||||
|
||||
[[package]]
|
||||
name = "respx"
|
||||
version = "0.16.3"
|
||||
version = "0.17.1"
|
||||
description = "A utility for mocking out the Python HTTPX and HTTP Core libraries."
|
||||
category = "dev"
|
||||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
|
||||
[package.dependencies]
|
||||
httpx = ">=0.15"
|
||||
httpx = ">=0.18.0"
|
||||
|
||||
[package.source]
|
||||
type = "legacy"
|
||||
@ -1266,7 +1266,7 @@ reference = "aliyun"
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.9"
|
||||
content-hash = "247b55e2c71f1251a024952df66fb7551f3a8fcc13d51945e443198c6b3aa1ee"
|
||||
content-hash = "b1d377eac7e32ca08bd703b2f2a3094d6b72dead8c731902d38762da3b1dd7a2"
|
||||
|
||||
[metadata.files]
|
||||
anyio = [
|
||||
@ -1645,8 +1645,8 @@ pyyaml = [
|
||||
{file = "PyYAML-5.4.1.tar.gz", hash = "sha256:607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e"},
|
||||
]
|
||||
respx = [
|
||||
{file = "respx-0.16.3-py2.py3-none-any.whl", hash = "sha256:2db35e4af6bf25f58435457da7a0df52b34b8b3c2ea584d8a8cce27a7b00a614"},
|
||||
{file = "respx-0.16.3.tar.gz", hash = "sha256:3f4781a7fc02d6162f63f33c1481b31d83c0b8c54e98a077932a4197182a7312"},
|
||||
{file = "respx-0.17.1-py2.py3-none-any.whl", hash = "sha256:34b28dacaa8e0c1bced38d9d183d7633df1f7c06db9802b9157bafa68a11755b"},
|
||||
{file = "respx-0.17.1.tar.gz", hash = "sha256:7bde9b6f311ba51f4651618ccd4c5034df628fe44bc28102b98235c429df68fb"},
|
||||
]
|
||||
rfc3986 = [
|
||||
{file = "rfc3986-1.5.0-py2.py3-none-any.whl", hash = "sha256:a86d6e1f5b1dc238b218b012df0aa79409667bb209e58da56d0b94704e712a97"},
|
||||
|
@ -34,7 +34,7 @@ apscheduler = "^3.7.0"
|
||||
ipdb = "^0.13.4"
|
||||
pytest = "^6.2.4"
|
||||
pytest-asyncio = "^0.15.1"
|
||||
respx = "^0.16.0"
|
||||
respx = "^0.17.0"
|
||||
coverage = "^5.5"
|
||||
|
||||
[build-system]
|
||||
|
Loading…
x
Reference in New Issue
Block a user