diff options
author | 2021-03-16 09:20:28 +0200 | |
---|---|---|
committer | 2021-03-16 09:20:28 +0200 | |
commit | 5fdeaa69c00b7348b558c09522ce49fc3d7222a3 (patch) | |
tree | 7ac029c4b73bef6f9704b348470bc50218e7a9e4 | |
parent | Merge pull request #71 from python-discord/dependabot/pip/sentry-sdk-1.0.0 (diff) | |
parent | Bump httpx from 0.17.0 to 0.17.1 (diff) |
Merge pull request #72 from python-discord/dependabot/pip/httpx-0.17.1
Bump httpx from 0.17.0 to 0.17.1
-rw-r--r-- | poetry.lock | 10 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock index 706d56a..6c847bc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -104,7 +104,7 @@ test = ["Cython (==0.29.14)"] [[package]] name = "httpx" -version = "0.17.0" +version = "0.17.1" description = "The next generation HTTP client." category = "main" optional = false @@ -112,7 +112,7 @@ python-versions = ">=3.6" [package.dependencies] certifi = "*" -httpcore = ">=0.12.0,<0.13.0" +httpcore = ">=0.12.1,<0.13" rfc3986 = {version = ">=1.3,<2", extras = ["idna2008"]} sniffio = "*" @@ -390,7 +390,7 @@ python-versions = ">=3.6.1" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "8e9124a3d66b8ec8ba27f194a7842298f14a4722b3067da037ce1b2d718275d6" +content-hash = "b71ede9f7f084d39d856eab2bce80c1a41360edc32950bee596dc3b438bb0b9a" [metadata.files] certifi = [ @@ -444,8 +444,8 @@ httptools = [ {file = "httptools-0.1.1.tar.gz", hash = "sha256:41b573cf33f64a8f8f3400d0a7faf48e1888582b6f6e02b82b9bd4f0bf7497ce"}, ] httpx = [ - {file = "httpx-0.17.0-py3-none-any.whl", hash = "sha256:fe19522f7b0861a1f6ac83306360bb5b7fb1ed64633a1a04a33f04102a1bea60"}, - {file = "httpx-0.17.0.tar.gz", hash = "sha256:4f7ab2fef7f929c5531abd4f413b41ce2c820e3202f2eeee498f2d92b6849f8d"}, + {file = "httpx-0.17.1-py3-none-any.whl", hash = "sha256:d379653bd457e8257eb0df99cb94557e4aac441b7ba948e333be969298cac272"}, + {file = "httpx-0.17.1.tar.gz", hash = "sha256:cc2a55188e4b25272d2bcd46379d300f632045de4377682aa98a8a6069d55967"}, ] idna = [ {file = "idna-3.1-py3-none-any.whl", hash = "sha256:5205d03e7bcbb919cc9c19885f9920d622ca52448306f2377daede5cf3faac16"}, diff --git a/pyproject.toml b/pyproject.toml index 51297fd..09e3df4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ uvicorn = {extras = ["standard"], version = "^0.13.4"} motor = "^2.3.1" python-dotenv = "^0.15.0" pyjwt = "^2.0.1" -httpx = "^0.17.0" +httpx = "^0.17.1" gunicorn = "^20.0.4" pydantic = "^1.8.1" spectree = "^0.4.0" |