From 7a7ba161a73f97749fb4c90c7ee0f44d98dc649d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 05:02:41 +0000 Subject: [PATCH] chore(deps): update dependency matplotlib to v3.9.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aab64d196..2b2a0c30a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ "google-cloud-bigquery<=3.23.1", "google-cloud-storage>=1.6.0", "gunicorn>=22.0.0", - "matplotlib==3.9.0", + "matplotlib==3.9.2", "passlib>=1.7.1", "ply>=3.11", "psutil>=5.7.0",