From 84c611ee11af21fe748bf376419eaf74cadf2daa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 10:01:43 +0000 Subject: [PATCH] chore(deps): update dependency ydata-profiling to v4.4.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7fe9a0e4..9f3075e2 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ "streamlit==1.18.1", "typing-extensions>=3.10.0", "streamlit_pandas_profiling==0.1.3", - "ydata-profiling==4.0.0", + "ydata-profiling==4.4.0", "ydata-sdk>=0.2.1" ], },