From 3f4aab95d687fd08b4a7aa84c2db896c14ad3ccd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 23:13:04 +0000 Subject: [PATCH] python(deps): bump termcolor from 1.1.0 to 2.0.1 in /pywisp_emibcn Bumps [termcolor](https://github.com/termcolor/termcolor) from 1.1.0 to 2.0.1. - [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.0.1) --- 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..ddbc699 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.0.1 argparse==1.4.0 configparser==5.0.2