From 1f8d7c0b214b5e4885e98ee5c54ef50783e241eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 11:24:56 -0600 Subject: [PATCH] fix(deps): update dependency httpx to ^0.27.0 (#3207) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0226f119f97a..bf670dee6e4c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -826,13 +826,13 @@ test = ["Cython (>=0.29.24,<0.30.0)"] [[package]] name = "httpx" -version = "0.26.0" +version = "0.27.0" description = "The next generation HTTP client." optional = false python-versions = ">=3.8" 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.27.0-py3-none-any.whl", hash = "sha256:71d5465162c13681bff01ad59b2cc68dd838ea1f10e51574bac27103f00c91a5"}, + {file = "httpx-0.27.0.tar.gz", hash = "sha256:a0cb88a46f32dc874e04ee956e4c2764aba2aa228f650b06788ba6bda2962ab5"}, ] [package.dependencies] @@ -3033,4 +3033,4 @@ pgsql = ["psycopg2-binary"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "b8a0c715906337427ee8f676d2dfbc49be273118818823a19766412766e66a5c" +content-hash = "42c9d2a3a43000b9da07ee1dc7a2c6da5e9699f0599d629de8c20aa05130ef67" diff --git a/pyproject.toml b/pyproject.toml index 0879ec737472..92073dc0d65a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ bcrypt = "^4.0.1" extruct = "^0.16.0" fastapi = "^0.109.0" gunicorn = "^21.0.0" -httpx = "^0.26.0" +httpx = "^0.27.0" lxml = "^5.0.0" orjson = "^3.8.0" psycopg2-binary = { version = "^2.9.1", optional = true }