From 83f0de10f8871596cd1bb6bdb492733c3f2a2eba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:57:16 +0000 Subject: [PATCH] Bump httpx from 0.28.0 to 0.28.1 Bumps [httpx](https://github.com/encode/httpx) from 0.28.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.28.0...0.28.1) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 05883c37..5e35f5fa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1907,13 +1907,13 @@ test = ["Cython (>=0.29.24)"] [[package]] name = "httpx" -version = "0.28.0" +version = "0.28.1" description = "The next generation HTTP client." optional = false python-versions = ">=3.8" files = [ - {file = "httpx-0.28.0-py3-none-any.whl", hash = "sha256:dc0b419a0cfeb6e8b34e85167c0da2671206f5095f1baa9663d23bcfd6b535fc"}, - {file = "httpx-0.28.0.tar.gz", hash = "sha256:0858d3bab51ba7e386637f22a61d8ccddaeec5f3fe4209da3a6168dbb91573e0"}, + {file = "httpx-0.28.1-py3-none-any.whl", hash = "sha256:d909fcccc110f8c7faf814ca82a9a4d816bc5a6dbfea25d6591d6985b8ba59ad"}, + {file = "httpx-0.28.1.tar.gz", hash = "sha256:75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc"}, ] [package.dependencies] @@ -4572,4 +4572,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = ">3.10.0,<3.13.0" -content-hash = "7a106f35cf1bbcc1b0ef7946f10261a42ae0253d964ab79298049cd15e294cbb" +content-hash = "97d19317d56941dfe372becfcfa5115cb7324c55412f3a121dd2664b2235ea20" diff --git a/pyproject.toml b/pyproject.toml index 7ec8a6a2..ef0671d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ python = ">3.10.0,<3.13.0" elasticsearch = { "extras" = ["async"], version = "8.16.0" } opensearch-py = { "extras" = ["async"], version = "2.8.0" } uvicorn = { "extras" = ["standard"], version = "0.32.1" } -httpx = { "extras" = ["http2"], version = "0.28.0" } +httpx = { "extras" = ["http2"], version = "0.28.1" } aiohttp = { "extras" = ["speedups"], version = "3.11.9" } boto3 = ">=1.34.144,<1.36.0" fastapi = "0.115.6"