From 8312677a6027ca468052d0e227a6c5476e02516d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 13:30:17 +0000 Subject: [PATCH] Update dependency matplotlib to v3.7.1 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 285b539f8..ae50943a6 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.1", "passlib>=1.7.1", "ply>=3.11", "psutil>=5.7.0", diff --git a/requirements.txt b/requirements.txt index ce19b8f8e..748f507ef 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.1 passlib>=1.7.1 ply>=3.11 psutil>=5.7.0