From 01ed7ac2ece9dddf9b0072e1e7bac937d37437f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 23:00:12 +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.7.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..132713a7 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.7