From 948e53f35b0395d81548d977bee873be784316b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 22:19:03 +0000 Subject: [PATCH] Update mbed-tools requirement in /scripts/local-requirements Updates the requirements on [mbed-tools](https://github.com/ARMmbed/mbed-tools) to permit the latest version. - [Release notes](https://github.com/ARMmbed/mbed-tools/releases) - [Changelog](https://github.com/ARMmbed/mbed-tools/blob/master/CHANGELOG.md) - [Commits](https://github.com/ARMmbed/mbed-tools/compare/7.53.0...7.58.0) --- updated-dependencies: - dependency-name: mbed-tools 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..b61b8f56 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 +mbed-tools~=7.58.0 cantools~=37.0 matplotlib~=3.4