From ebe8e89841dd1223a35f99ff082b30c31407fc39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 00:47:56 +0000 Subject: [PATCH] chore(deps): update dependency matplotlib to v3.10.9 --- thc-net/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thc-net/pyproject.toml b/thc-net/pyproject.toml index 67a4beb..6d0f854 100755 --- a/thc-net/pyproject.toml +++ b/thc-net/pyproject.toml @@ -15,7 +15,7 @@ pytest = "5.4.3" notebook = "6.0.3" ipywidgets = "7.5.1" requests = "2.23.0" -matplotlib = "3.2.1" +matplotlib = "3.10.9" numpy = "1.18.5" pandas = "1.0.4" nb-black = "1.0.7"