From 7f94eedc4a6e53f4a2ef8bf8a2d0a17b8b08982c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 22:15:52 +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.6.0) --- 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..22e060f8 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.6