From 59fb3a46dc6a3172dc2505de61fd06eef644bb58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 15:49:40 +0000 Subject: [PATCH] Update dependency httpx to ^0.28.0 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 34d6b90..7c23846 100644 --- a/poetry.lock +++ b/poetry.lock @@ -142,7 +142,7 @@ trio = ["trio (>=0.22.0,<0.25.0)"] [[package]] name = "httpx" -version = "0.27.0" +version = "0.28.0" description = "The next generation HTTP client." category = "main" optional = false @@ -153,13 +153,13 @@ anyio = "*" certifi = "*" httpcore = ">=1.0.0,<2.0.0" idna = "*" -sniffio = "*" [package.extras] brotli = ["brotli", "brotlicffi"] cli = ["click (>=8.0.0,<9.0.0)", "pygments (>=2.0.0,<3.0.0)", "rich (>=10,<14)"] http2 = ["h2 (>=3,<5)"] socks = ["socksio (>=1.0.0,<2.0.0)"] +zstd = ["zstandard (>=0.18.0)"] [[package]] name = "idna" @@ -298,7 +298,7 @@ python-versions = ">=3.7" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "0e46d09312d3a7d0c045da013ec60f7d49e516870bf942891069c69c757a928d" +content-hash = "c943518f8807faa2d5326c5605da771b76700b20da9205dc0c4aaa122be9807e" [metadata.files] anyio = [ @@ -366,8 +366,8 @@ httpcore = [ {file = "httpcore-1.0.4.tar.gz", hash = "sha256:cb2839ccfcba0d2d3c1131d3c3e26dfc327326fbe7a5dc0dbfe9f6c9151bb022"}, ] httpx = [ - {file = "httpx-0.27.0-py3-none-any.whl", hash = "sha256:71d5465162c13681bff01ad59b2cc68dd838ea1f10e51574bac27103f00c91a5"}, - {file = "httpx-0.27.0.tar.gz", hash = "sha256:a0cb88a46f32dc874e04ee956e4c2764aba2aa228f650b06788ba6bda2962ab5"}, + {file = "httpx-0.28.0-py3-none-any.whl", hash = "sha256:dc0b419a0cfeb6e8b34e85167c0da2671206f5095f1baa9663d23bcfd6b535fc"}, + {file = "httpx-0.28.0.tar.gz", hash = "sha256:0858d3bab51ba7e386637f22a61d8ccddaeec5f3fe4209da3a6168dbb91573e0"}, ] idna = [ {file = "idna-3.3-py3-none-any.whl", hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff"}, diff --git a/pyproject.toml b/pyproject.toml index a15f180..f8702c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Sebastian Lübke "] [tool.poetry.dependencies] python = "^3.8" -httpx = "^0.27.0" +httpx = "^0.28.0" bs4 = "^0.0.2" [tool.poetry.dev-dependencies]