From 7544fa192563c973541ae83a2659851e464136dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 05:11:25 +0000 Subject: [PATCH] chore(deps): update dependency matplotlib to v3.9.0 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cd65707a6..d7e106ba1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ "google-cloud-bigquery<=3.0.0", "google-cloud-storage>=1.6.0", "gunicorn>=19.9.0", - "matplotlib==3.3.4", + "matplotlib==3.9.0", "passlib>=1.7.1", "ply>=3.11", "psutil>=5.7.0", diff --git a/requirements.txt b/requirements.txt index 28e7a375f..9f1156952 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ google-cloud>=0.32.0 google-cloud-bigquery<=3.0.0 google-cloud-storage>=1.6.0 gunicorn>=19.9.0 -matplotlib==3.3.4 +matplotlib==3.9.0 passlib>=1.7.1 ply>=3.11 psutil>=5.7.0