From d9b7f5fb4b328ac9f414927baf74a0c940398d4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 15:04:26 +0000 Subject: [PATCH] Bump colorama from 0.3.9 to 0.4.6 in /Web Bumps [colorama](https://github.com/tartley/colorama) from 0.3.9 to 0.4.6. - [Changelog](https://github.com/tartley/colorama/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tartley/colorama/compare/0.3.9...0.4.6) --- updated-dependencies: - dependency-name: colorama dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/requirements.txt b/Web/requirements.txt index 6c789a6..f936917 100644 --- a/Web/requirements.txt +++ b/Web/requirements.txt @@ -9,5 +9,5 @@ pycurl==7.43.0.2 numpy>=1.14.4 dash_auth==1.0.2 flask==1.0.2 -colorama==0.3.9 +colorama==0.4.6 requests==2.26