From b82911eb1027b61caa60bfa3ec085586b7339a7e Mon Sep 17 00:00:00 2001 From: felinae98 <731499577@qq.com> Date: Tue, 7 Sep 2021 11:08:03 +0800 Subject: [PATCH] update respx --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 301daf5..1a7f4a8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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"}, diff --git a/pyproject.toml b/pyproject.toml index 38bdf2a..749f6f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]