From 593a051acd9ec5e91b27007889acbe062e782be5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 22:04:41 +0000 Subject: [PATCH] requirements: update matplotlib requirement from <3.5.2 to <3.5.3 Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v0.91.2...v3.5.2) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- tutorial_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f5ebe9bb2bb..900af4df456 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ graphviz<0.21.0 grpcio<1.43.0 grpcio-tools<1.43.0 llvmlite<0.39 -matplotlib<3.5.2 +matplotlib<3.5.3 modeci_mdf>=0.3.2, <0.3.4 modelspec<0.2.0 networkx<2.9 diff --git a/tutorial_requirements.txt b/tutorial_requirements.txt index 5fe2264c368..6d141f739cd 100644 --- a/tutorial_requirements.txt +++ b/tutorial_requirements.txt @@ -1,3 +1,3 @@ graphviz<0.21.0 jupyter<=1.0.0 -matplotlib<3.5.2 +matplotlib<3.5.3