From 87a7487a9e109860ccd80c42482cc92cda5a13da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 18:41:06 +0000 Subject: [PATCH] Bump matplotlib from 3.4.3 to 3.5.0 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.4.3 to 3.5.0. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.4.3...v3.5.0) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0a07c7f4..19100d4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ ipykernel==6.6.0 jupyter==1.0.0 ligo-gracedb==2.7.6 lxml==4.6.3 -matplotlib==3.4.3 +matplotlib==3.5.0 numpy==1.21.4 pandas==1.3.4 psycopg2-binary==2.9.1 diff --git a/setup.py b/setup.py index 8e9faeed..efcfa3c9 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ "jupyter == 1.0.0", "ligo-gracedb == 2.7.6", "lxml==4.6.3", - "matplotlib==3.4.3", + "matplotlib==3.5.0", "numpy==1.21.4", "pandas == 1.3.4", "psycopg2-binary == 2.9.1",