From eaac3dfc5fa98d235d4375f2a12b5c048965e816 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 06:46:50 +0000 Subject: [PATCH] feat(Dependencies): Update dependency matplotlib to v3.10.0 | datasource | package | from | to | | ---------- | ---------- | ----- | ------ | | pypi | matplotlib | 3.9.1 | 3.10.0 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b562ec5..baea522 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Cython==3.0.10 -matplotlib==3.9.1 +matplotlib==3.10.0 numpy==2.1.0 pandas==2.2.2 PyYAML==6.0.1