From 9d281e6ff9a38d2cd589af4e386c1abaf2f60c24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 01:02:44 +0000 Subject: [PATCH] Build(deps): update matplotlib requirement from ~=3.4 to ~=3.6 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/v3.4.0...v3.6.0) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index d0493aac..2f063a3a 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -5,4 +5,4 @@ pyyaml~=5.4 pymongo~=3.11 numba~=0.52 tqdm~=4.61 -matplotlib~=3.4 +matplotlib~=3.6