From 687a72257329f92d60966feddac498a7bdb0d584 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 00:18:41 +0000 Subject: [PATCH] Bump future from 0.16.0 to 0.18.3 in /mbed-src/tools/cmake Bumps [future](https://github.com/PythonCharmers/python-future) from 0.16.0 to 0.18.3. - [Release notes](https://github.com/PythonCharmers/python-future/releases) - [Changelog](https://github.com/PythonCharmers/python-future/blob/master/docs/changelog.rst) - [Commits](https://github.com/PythonCharmers/python-future/compare/v0.16.0...v0.18.3) --- updated-dependencies: - dependency-name: future dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mbed-src/tools/cmake/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbed-src/tools/cmake/requirements.txt b/mbed-src/tools/cmake/requirements.txt index 3c7c50233..6c4489236 100644 --- a/mbed-src/tools/cmake/requirements.txt +++ b/mbed-src/tools/cmake/requirements.txt @@ -1,4 +1,4 @@ prettytable==0.7.2 -future==0.16.0 +future==0.18.3 Jinja2>=2.11.3 intelhex>=2.3.0,<3.0.0