From ef5dc6e1bbd532df9260dae116bb292155e513ed Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sun, 1 Oct 2023 22:03:11 +0000 Subject: [PATCH] Update dependency seaborn to ~0.13.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b4666efac..dcaa46083 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ pandas-gbq = "==0.17.9" pytest = "^7.0.1" pytest-mock = "*" scikit-learn = "~1.0" -seaborn = "~0.11" +seaborn = "~0.13.0" statsmodels = "~0.10" tensorflow = "~2.8" testbook = "*"