From 68013f1977e06290cb6c2f0967eb03fc66fafe08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 09:54:23 +0100 Subject: [PATCH] fix(deps): update dependency matplotlib to v3.9.4 (#587) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6972a82f..6a3e7a0b 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.3", + "matplotlib==3.9.4", "passlib>=1.7.1", "ply>=3.11", "psutil>=5.7.0",