From bd3844606f87af8a3e1d984c2acbb7301b3e6fe5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 11:05:07 +0000 Subject: [PATCH] feat(Dependencies): Update dependency matplotlib to v3.9.3 | datasource | package | from | to | | ---------- | ---------- | ----- | ----- | | pypi | matplotlib | 3.9.1 | 3.9.3 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b562ec5..9d62c88 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Cython==3.0.10 -matplotlib==3.9.1 +matplotlib==3.9.3 numpy==2.1.0 pandas==2.2.2 PyYAML==6.0.1