From aa089da9260552fe6c89f0b06b97ebecf961814d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 04:31:36 +0000 Subject: [PATCH] chore(deps): update dependency matplotlib to v3.9.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 09d4f156..ecc31dd1 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.9.0" wget="3.2" pandas="0.25.3" flake8="3.7.9"