From 2065f4e972517eecdda3c9b5cfd5b46fb6be7890 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 03:28:31 +0000 Subject: [PATCH] chore(deps): update dependency matplotlib to v3.7.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 09d4f156..372a729a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ scipy=">1.4" [tool.poetry.dev-dependencies] jupyter="1.0.0" xgboost="0.90" -matplotlib="3.1.1" +matplotlib="3.7.3" wget="3.2" pandas="0.25.3" flake8="3.7.9"