From 2ef4a4508a7785932705911e189190b374c05154 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 08:27:03 +0000 Subject: [PATCH] Update dependency matplotlib to v3.9.4 --- scripts/Plot/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Plot/Pipfile b/scripts/Plot/Pipfile index 4b2737a08..e9cd54a42 100644 --- a/scripts/Plot/Pipfile +++ b/scripts/Plot/Pipfile @@ -5,7 +5,7 @@ name = "pypi" [packages] basemap = "==1.4.1" -matplotlib = "==3.7.2" +matplotlib = "==3.9.4" numpy = "==1.24.3" pandas = "==2.0.3" numpy-stl = "==3.1.2"