From 8e576559f3a88b0051129d8c0ac79a085213644a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 04:41:22 +0000 Subject: [PATCH] Update dependency matplotlib to v3.7.3 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 35ab53499..42212cf98 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.7.3", "passlib>=1.7.1", "ply>=3.11", "psutil>=5.7.0", diff --git a/requirements.txt b/requirements.txt index ce19b8f8e..c24866ebf 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.7.3 passlib>=1.7.1 ply>=3.11 psutil>=5.7.0