From 0bfefce17916301b5f26404ff150d176da529b3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 17:28:11 +0000 Subject: [PATCH] Update dependency httpx to v0.25.1 --- poetry.lock | 11 ++++++----- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 07b80eac..bb0ff7d4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -821,19 +821,20 @@ socks = ["socksio (>=1.0.0,<2.0.0)"] [[package]] name = "httpx" -version = "0.25.0" +version = "0.25.1" description = "The next generation HTTP client." category = "main" optional = false python-versions = ">=3.8" files = [ - {file = "httpx-0.25.0-py3-none-any.whl", hash = "sha256:181ea7f8ba3a82578be86ef4171554dd45fec26a02556a744db029a0a27b7100"}, - {file = "httpx-0.25.0.tar.gz", hash = "sha256:47ecda285389cb32bb2691cc6e069e3ab0205956f681c5b2ad2325719751d875"}, + {file = "httpx-0.25.1-py3-none-any.whl", hash = "sha256:fec7d6cc5c27c578a391f7e87b9aa7d3d8fbcd034f6399f9f79b45bcc12a866a"}, + {file = "httpx-0.25.1.tar.gz", hash = "sha256:ffd96d5cf901e63863d9f1b4b6807861dbea4d301613415d9e6e57ead15fc5d0"}, ] [package.dependencies] +anyio = "*" certifi = "*" -httpcore = ">=0.18.0,<0.19.0" +httpcore = "*" idna = "*" sniffio = "*" @@ -2720,4 +2721,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "50f1c757ca89cb9d5f7c25b6ab2286abb75d9be61d6c633fe1de951c82562c4c" +content-hash = "03542c777f8802206a06a26fbb56b719859ab6607c8e254af4f3e4a45cc75715" diff --git a/pyproject.toml b/pyproject.toml index 2cd45882..36766eb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ falcon = "3.1.1" falcon-cors = "1.1.7" findpeaks = "2.5.5" gpsd-py3 = "0.3.0" -httpx = "0.25.0" +httpx = "0.25.1" Jinja2 = "3.1.2" matplotlib = "3.8.1" numpy = "1.26.1"