From 0955bd20394b01e86586e0e5f0bd73b904e5ecef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 16:47:30 +0000 Subject: [PATCH] Bump httpx from 0.26.0 to 0.28.1 Bumps [httpx](https://github.com/encode/httpx) from 0.26.0 to 0.28.1. - [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.26.0...0.28.1) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3bbe982d..b31d7e7d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -613,14 +613,14 @@ trio = ["trio (>=0.22.0,<1.0)"] [[package]] name = "httpx" -version = "0.26.0" +version = "0.28.1" description = "The next generation HTTP client." optional = false python-versions = ">=3.8" groups = ["main", "dev"] files = [ - {file = "httpx-0.26.0-py3-none-any.whl", hash = "sha256:8915f5a3627c4d47b73e8202457cb28f1266982d1159bd5779d86a80c0eab1cd"}, - {file = "httpx-0.26.0.tar.gz", hash = "sha256:451b55c30d5185ea6b23c2c793abf9bb237d2a7dfb901ced6ff69ad37ec1dfaf"}, + {file = "httpx-0.28.1-py3-none-any.whl", hash = "sha256:d909fcccc110f8c7faf814ca82a9a4d816bc5a6dbfea25d6591d6985b8ba59ad"}, + {file = "httpx-0.28.1.tar.gz", hash = "sha256:75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc"}, ] [package.dependencies] @@ -628,13 +628,13 @@ anyio = "*" certifi = "*" httpcore = "==1.*" idna = "*" -sniffio = "*" [package.extras] brotli = ["brotli ; platform_python_implementation == \"CPython\"", "brotlicffi ; platform_python_implementation != \"CPython\""] cli = ["click (==8.*)", "pygments (==2.*)", "rich (>=10,<14)"] http2 = ["h2 (>=3,<5)"] socks = ["socksio (==1.*)"] +zstd = ["zstandard (>=0.18.0)"] [[package]] name = "identify" @@ -1914,4 +1914,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "88ecf5c4cedd460bb3a73d14ad40514132d8f03803c698f5618a68942b51b1ac" +content-hash = "9b0fc0f6404dcacec6c2949779f41adc000436c5df5c2acb1604bfda9caf589d" diff --git a/pyproject.toml b/pyproject.toml index fe30b770..213a1645 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ python = "^3.10" aiocache = "^0.12.2" backoff = "^2.1" colorama = "^0.4.6" -httpx = "^0.26.0" +httpx = ">=0.26,<0.29" httpcore = ">=1.0.9" pydantic = "^2.5.3" PyYAML = "^6.0.1"