From 17823f61a67fa6a853dd1ccc842aec39e9bcdf2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 23:02:28 +0000 Subject: [PATCH] python(deps): bump termcolor from 1.1.0 to 2.2.0 in /pywisp_emibcn Bumps [termcolor](https://github.com/termcolor/termcolor) from 1.1.0 to 2.2.0. - [Release notes](https://github.com/termcolor/termcolor/releases) - [Changelog](https://github.com/termcolor/termcolor/blob/main/CHANGES.md) - [Commits](https://github.com/termcolor/termcolor/compare/1.1.0...2.2.0) --- updated-dependencies: - dependency-name: termcolor dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pywisp_emibcn/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywisp_emibcn/requirements.txt b/pywisp_emibcn/requirements.txt index 8012692..3704c97 100644 --- a/pywisp_emibcn/requirements.txt +++ b/pywisp_emibcn/requirements.txt @@ -1,5 +1,5 @@ requests==2.26.0 paramiko==2.7.2 -termcolor==1.1.0 +termcolor==2.2.0 argparse==1.4.0 configparser==5.0.2