From 891a9bbb78107235e0b8b6ff92c8039ea2c9be2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 14:09:24 +0000 Subject: [PATCH] chore(deps): update dependency httpx to v0.27.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a3977d47..11fd5733 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dynamic = [ "version", ] dependencies = [ - "httpx==0.23.3", + "httpx==0.27.2", "ydata-core>=0.2.0", "pandas>=1.5.0", "prettytable==3.6.0",