From 070540a5081eb5a0c8d3d216f31e0128764596bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 03:22:29 +0000 Subject: [PATCH] Bump termcolor from 2.4.0 to 2.5.0 Bumps [termcolor](https://github.com/termcolor/termcolor) from 2.4.0 to 2.5.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/2.4.0...2.5.0) --- updated-dependencies: - dependency-name: termcolor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 75d01d2..6bf2d86 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ 'PyYAML==6.0.2', 'mysqlclient==2.2.4', 'sql_metadata==2.13.0', - 'termcolor==2.4.0', + 'termcolor==2.5.0', 'yamlordereddictloader==0.4.2' ], entry_points={