From 579215c56645d8f94451581abf3ee70ab106fef3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 22:07:05 +0000 Subject: [PATCH] Update dependency matplotlib to v3.7.2 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 285b539f8..c2ffc9dea 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.2", "passlib>=1.7.1", "ply>=3.11", "psutil>=5.7.0", diff --git a/requirements.txt b/requirements.txt index ce19b8f8e..ff6b2421d 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.2 passlib>=1.7.1 ply>=3.11 psutil>=5.7.0