From 3432dc3346489b001942f0a164ec18d57764f75e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 14:18:26 +0000 Subject: [PATCH] fix(deps): update dependency prettytable to v3.12.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a3977d47..a4c0e4b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "httpx==0.23.3", "ydata-core>=0.2.0", "pandas>=1.5.0", - "prettytable==3.6.0", + "prettytable==3.12.0", "pydantic==1.10.9", "typeguard==2.13.3", "ydata-datascience"