From 4aab21d59f0c069374504252db1a0b03f2ec5ca8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 01:33:10 +0000 Subject: [PATCH] Bump httpcore from 0.18.0 to 1.0.0 in /api Bumps [httpcore](https://github.com/encode/httpcore) from 0.18.0 to 1.0.0. - [Release notes](https://github.com/encode/httpcore/releases) - [Changelog](https://github.com/encode/httpcore/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpcore/compare/0.18.0...1.0.0) --- updated-dependencies: - dependency-name: httpcore dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- api/poetry.lock | 12 ++++++------ api/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index 982e2e7579c..e22749aa613 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -730,24 +730,24 @@ files = [ [[package]] name = "httpcore" -version = "0.18.0" +version = "1.0.0" description = "A minimal low-level HTTP client." optional = false python-versions = ">=3.8" files = [ - {file = "httpcore-0.18.0-py3-none-any.whl", hash = "sha256:adc5398ee0a476567bf87467063ee63584a8bce86078bf748e48754f60202ced"}, - {file = "httpcore-0.18.0.tar.gz", hash = "sha256:13b5e5cd1dca1a6636a6aaea212b19f4f85cd88c366a2b82304181b769aab3c9"}, + {file = "httpcore-1.0.0-py3-none-any.whl", hash = "sha256:cdbe42a0ea87dcaf9b5c751e868aff233799e947aff8b9c9eff8a2c11219ddb7"}, + {file = "httpcore-1.0.0.tar.gz", hash = "sha256:b8c3a34536aa434297a5e4c8b7057496823cb9a417f7ee859ec0320e60f06337"}, ] [package.dependencies] -anyio = ">=3.0,<5.0" certifi = "*" h11 = ">=0.13,<0.15" -sniffio = "==1.*" [package.extras] +asyncio = ["anyio (>=4.0,<5.0)"] http2 = ["h2 (>=3,<5)"] socks = ["socksio (==1.*)"] +trio = ["trio (>=0.22.0,<0.23.0)"] [[package]] name = "httptools" @@ -2278,4 +2278,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "990a1b06f373741feee735c92cf447bc6a89a81d96133891a2f19b0c275b1d8c" +content-hash = "4c389fdcf8386fa73d01aead5055187cb36329cb8b7c14c520bd7e1b33865e98" diff --git a/api/pyproject.toml b/api/pyproject.toml index 83c3a5e595a..d756c1d8b9c 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -50,7 +50,7 @@ email-validator = "^2.0.0" fastapi = "^0.95.1" filelock = "^3.12.4" h11 = "^0.14.0" -httpcore = "^0.18.0" +httpcore = "^1.0.0" httptools = "^0.6.0" huggingface-hub = "^0.16.4" idna = "^3.4"