From fa72504fd4f93001b79ceb63ec461417089a277f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 23:04:45 +0000 Subject: [PATCH] Update matplotlib requirement in /scripts/local-requirements 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.5.1) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/local-requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/local-requirements/requirements.txt b/scripts/local-requirements/requirements.txt index 18494ea8..3b38f26d 100644 --- a/scripts/local-requirements/requirements.txt +++ b/scripts/local-requirements/requirements.txt @@ -1,4 +1,4 @@ PyYAML~=6.0 mbed-tools~=7.53.0 cantools~=37.0 -matplotlib~=3.4 +matplotlib~=3.5