From ce05a591ac48194bb47f316c98df817459fad2a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 23:49:57 +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-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 1c7bc2b2..1231626a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ requests~=2.26.0 tqdm~=4.62.3 -colorama~=0.4.4 +colorama~=0.4.6 beautifulsoup4~=4.10.0 urllib3~=1.26.7 pyusb~=1.2.1