From 780b764b6b919f41a49c7ee9b67f35f655f21324 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 06:43:00 +0000 Subject: [PATCH] fix(deps): update dependency matplotlib to v3.10.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a3e7a0bc..5ed5748d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ "google-cloud-bigquery<=3.27.0", "google-cloud-storage>=1.6.0", "gunicorn>=22.0.0", - "matplotlib==3.9.4", + "matplotlib==3.10.0", "passlib>=1.7.1", "ply>=3.11", "psutil>=5.7.0",