From 3fd7f42b33ce1cf8071e444efe11d4241f82c818 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 16:05:41 +0000 Subject: [PATCH] Update colorama requirement from >=0.4.4 to >=0.4.6 Updates the requirements on [colorama](https://github.com/tartley/colorama) to permit the latest version. - [Changelog](https://github.com/tartley/colorama/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tartley/colorama/compare/0.4.4...0.4.6) --- updated-dependencies: - dependency-name: colorama dependency-version: 0.4.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5bbccc0..379acac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ requests>=2.25.0 playwright>=1.40.0 -colorama>=0.4.4 +colorama>=0.4.6 tqdm>=4.50.0 python-dotenv>=0.19.0 apprise>=1.0.0