From a2bcdb268d2da1f9f3967895ed5894ba556ddcfe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 19:26:53 +0000 Subject: [PATCH] Update dependency httpx to v0.26.0 --- utils/mavlink-api/poetry.lock | 8 ++++---- utils/mavlink-api/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/utils/mavlink-api/poetry.lock b/utils/mavlink-api/poetry.lock index 5bcb5416..ab77f5eb 100644 --- a/utils/mavlink-api/poetry.lock +++ b/utils/mavlink-api/poetry.lock @@ -158,14 +158,14 @@ trio = ["trio (>=0.22.0,<0.23.0)"] [[package]] name = "httpx" -version = "0.25.2" +version = "0.26.0" description = "The next generation HTTP client." category = "main" optional = false python-versions = ">=3.8" files = [ - {file = "httpx-0.25.2-py3-none-any.whl", hash = "sha256:a05d3d052d9b2dfce0e3896636467f8a5342fb2b902c819428e1ac65413ca118"}, - {file = "httpx-0.25.2.tar.gz", hash = "sha256:8b8fcaa0c8ea7b05edd69a094e63a2094c4efcb48129fb757361bc423c0ad9e8"}, + {file = "httpx-0.26.0-py3-none-any.whl", hash = "sha256:8915f5a3627c4d47b73e8202457cb28f1266982d1159bd5779d86a80c0eab1cd"}, + {file = "httpx-0.26.0.tar.gz", hash = "sha256:451b55c30d5185ea6b23c2c793abf9bb237d2a7dfb901ced6ff69ad37ec1dfaf"}, ] [package.dependencies] @@ -465,4 +465,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "7de3a193f691151fba3095edd6e2fa73ceda46f8d86c2b607ef4ef7a4154aff8" +content-hash = "4ce50a208235da73a080a9aa1e297e88ac9e1c7ef8d3cb7c2a8264109f9a12f5" diff --git a/utils/mavlink-api/pyproject.toml b/utils/mavlink-api/pyproject.toml index d1ff2c07..d9180d22 100644 --- a/utils/mavlink-api/pyproject.toml +++ b/utils/mavlink-api/pyproject.toml @@ -10,7 +10,7 @@ python = ">=3.10,<3.13" Flask = "^3.0.0" pymavlink = "^2.4.40" pyserial = "^3.5" -httpx = "0.25.2" +httpx = "0.26.0" [build-system] requires = ["poetry-core"]