From b5e8a508f3db63fdacf90c9039c1b8805b9ebbe0 Mon Sep 17 00:00:00 2001 From: felinae98 <731499577@qq.com> Date: Wed, 17 Nov 2021 21:55:52 +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 718ae01..d6bf67d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -676,14 +676,14 @@ python-versions = ">=3.6" [[package]] name = "respx" -version = "0.17.1" +version = "0.19.0" 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.18.0" +httpx = ">=0.21.0" [[package]] name = "rfc3986" @@ -924,7 +924,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "a63b6438e8a0a39fc14a5b5b2ff653bf066feb992cb08534e8039078f45482b1" +content-hash = "5e71b794d68042efbfb810bfd56d652cf5439fe02f6bb02ed31142ecb0e5adc7" [metadata.files] anyio = [ @@ -1302,8 +1302,8 @@ pyyaml = [ {file = "PyYAML-6.0.tar.gz", hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"}, ] respx = [ - {file = "respx-0.17.1-py2.py3-none-any.whl", hash = "sha256:34b28dacaa8e0c1bced38d9d183d7633df1f7c06db9802b9157bafa68a11755b"}, - {file = "respx-0.17.1.tar.gz", hash = "sha256:7bde9b6f311ba51f4651618ccd4c5034df628fe44bc28102b98235c429df68fb"}, + {file = "respx-0.19.0-py2.py3-none-any.whl", hash = "sha256:1ac1cc99bf892ffd3e33108ae43d71d8309a58ac226965f4bd81ec055600f265"}, + {file = "respx-0.19.0.tar.gz", hash = "sha256:4a09e15803c7450d45303520ec528794c9fd77b05984263bc83b78aabbb39413"}, ] rfc3986 = [ {file = "rfc3986-1.5.0-py2.py3-none-any.whl", hash = "sha256:a86d6e1f5b1dc238b218b012df0aa79409667bb209e58da56d0b94704e712a97"}, diff --git a/pyproject.toml b/pyproject.toml index dec211e..431362e 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.17.0" +respx = "^0.19.0" coverage = "^5.5" [build-system]