From 85289f20bf987e415807c58a66dfcfa4793bd67c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 03:48:49 +0000 Subject: [PATCH] Update dependency matplotlib to v3.11.0 --- s2e-ff/scripts/Plot/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s2e-ff/scripts/Plot/Pipfile b/s2e-ff/scripts/Plot/Pipfile index d7a0bc61..7369492d 100644 --- a/s2e-ff/scripts/Plot/Pipfile +++ b/s2e-ff/scripts/Plot/Pipfile @@ -5,7 +5,7 @@ name = "pypi" [packages] basemap = "==1.3.8" -matplotlib = "==3.7.3" +matplotlib = "==3.11.0" numpy = "==1.24.3" pandas = "==2.0.3"