From a52d652dd005594f7c34e13e43e3a4514b765fb3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 13:54:06 +0100 Subject: [PATCH] [stubsabot] Mark termcolor as obsolete since 2.0.0 (#8746) * [stubsabot] Mark termcolor as obsolete since 2.0.0 Release: https://pypi.org/project/termcolor/2.0.1/ Homepage: https://github.com/termcolor/termcolor Changelog: https://github.com/termcolor/termcolor/releases Diff: https://github.com/termcolor/termcolor/compare/1.1.0...2.0.1 Co-authored-by: Alex Waygood Co-authored-by: Sebastian Rittau --- stubs/termcolor/METADATA.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/stubs/termcolor/METADATA.toml b/stubs/termcolor/METADATA.toml index 3706c3339..2d2c9e97b 100644 --- a/stubs/termcolor/METADATA.toml +++ b/stubs/termcolor/METADATA.toml @@ -1,4 +1,5 @@ version = "1.1.*" +obsolete_since = "2.0.0" # Released on 2022-09-11 [tool.stubtest] ignore_missing_stub = false