From 4905a8640f956de070875142d632460481720976 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 03:02:20 +0000 Subject: [PATCH] Bump termcolor from 1.1.0 to 2.0.1 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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e635693..43c20a7 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ 'PyYAML==6.0', 'mysqlclient==2.1.1', 'sql_metadata==2.6.0', - 'termcolor==1.1.0', + 'termcolor==2.0.1', 'yamlordereddictloader==0.4.0' ], entry_points={