From 910e92c7a3f8c3462c0883a11d4bcbb6afbeb39c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 12:28:56 +0000 Subject: [PATCH] chore(deps): update dependency httpx to v0.26.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9688e0fc..8399cded 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dynamic = [ "version", ] dependencies = [ - "httpx==0.23.3", + "httpx==0.26.0", "ydata-core>=0.2.0", "pandas>=1.5.0", "prettytable==3.6.0",