From cdb11e40583c7830311c689978e68ca9e54c6160 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 20:29:32 +0000 Subject: [PATCH] build(deps): Bump httpx from 0.21.3 to 0.23.0 Bumps [httpx](https://github.com/encode/httpx) from 0.21.3 to 0.23.0. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.21.3...0.23.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 24 ++++++++++++------------ pyproject.toml | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2f70f10..889c284 100644 --- a/poetry.lock +++ b/poetry.lock @@ -405,13 +405,13 @@ files = [ [[package]] name = "httpcore" -version = "0.14.7" +version = "0.15.0" description = "A minimal low-level HTTP client." optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "httpcore-0.14.7-py3-none-any.whl", hash = "sha256:47d772f754359e56dd9d892d9593b6f9870a37aeb8ba51e9a88b09b3d68cfade"}, - {file = "httpcore-0.14.7.tar.gz", hash = "sha256:7503ec1c0f559066e7e39bc4003fd2ce023d01cf51793e3c173b864eb456ead1"}, + {file = "httpcore-0.15.0-py3-none-any.whl", hash = "sha256:1105b8b73c025f23ff7c36468e4432226cbb959176eab66864b8e31c4ee27fa6"}, + {file = "httpcore-0.15.0.tar.gz", hash = "sha256:18b68ab86a3ccf3e7dc0f43598eaddcf472b602aba29f9aa6ab85fe2ada3980b"}, ] [package.dependencies] @@ -426,26 +426,26 @@ socks = ["socksio (==1.*)"] [[package]] name = "httpx" -version = "0.21.3" +version = "0.23.0" description = "The next generation HTTP client." optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "httpx-0.21.3-py3-none-any.whl", hash = "sha256:df9a0fd43fa79dbab411d83eb1ea6f7a525c96ad92e60c2d7f40388971b25777"}, - {file = "httpx-0.21.3.tar.gz", hash = "sha256:7a3eb67ef0b8abbd6d9402248ef2f84a76080fa1c839f8662e6eb385640e445a"}, + {file = "httpx-0.23.0-py3-none-any.whl", hash = "sha256:42974f577483e1e932c3cdc3cd2303e883cbfba17fe228b0f63589764d7b9c4b"}, + {file = "httpx-0.23.0.tar.gz", hash = "sha256:f28eac771ec9eb4866d3fb4ab65abd42d38c424739e80c08d8d20570de60b0ef"}, ] [package.dependencies] certifi = "*" -charset-normalizer = "*" -httpcore = ">=0.14.0,<0.15.0" +httpcore = ">=0.15.0,<0.16.0" rfc3986 = {version = ">=1.3,<2", extras = ["idna2008"]} sniffio = "*" [package.extras] brotli = ["brotli", "brotlicffi"] -cli = ["click (==8.*)", "pygments (==2.*)", "rich (==10.*)"] +cli = ["click (==8.*)", "pygments (==2.*)", "rich (>=10,<13)"] http2 = ["h2 (>=3,<5)"] +socks = ["socksio (==1.*)"] [[package]] name = "idna" @@ -900,4 +900,4 @@ standard = ["PyYAML (>=5.1)", "colorama (>=0.4)", "httptools (==0.2.*)", "python [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "41943ef59c11006f97cf0f598f7b033ea97e8ced45deb75624fa24bf7aff82aa" +content-hash = "88d9e26e47a6062b025b42453eff8a5769a6cb4e8a4dae4ad0e0099c40b16f89" diff --git a/pyproject.toml b/pyproject.toml index e1b3a7e..574a21d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ django = "^4.2.16" fastapi = "^0.68.1" uvicorn = "^0.15.0" pydantic = "^1.8.2" -httpx = "^0.21.1" +httpx = "^0.23.0" starlette = "^0.14.2" asyncpg = "^0.30.0" gunicorn = "^23.0.0" @@ -27,7 +27,7 @@ python-dotenv = "^1.0.1" [tool.poetry.dev-dependencies] pytest = "^6.2.4" pytest-asyncio = "^0.15.1" -httpx = "^0.21.1" +httpx = "^0.23.0" pytest-mock = "^3.6.1" [build-system]