From e5be34337d27b556632a3f9808269ae3de8abe3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 11:04:51 +0000 Subject: [PATCH] fix(deps): update dependency prettytable to v3.13.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 43c02910..edbf25e9 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.13.0", "pydantic==1.10.9", "typeguard==2.13.3", "ydata-datascience"