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"