From 7e12d032258ee6c6a18905387cc11c98a957a3aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 03:01:42 +0000 Subject: [PATCH] Bump colorama from 0.4.5 to 0.4.6 Bumps [colorama](https://github.com/tartley/colorama) from 0.4.5 to 0.4.6. - [Release notes](https://github.com/tartley/colorama/releases) - [Changelog](https://github.com/tartley/colorama/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tartley/colorama/compare/0.4.5...0.4.6) --- updated-dependencies: - dependency-name: colorama dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 13a452e59..86bcfdc92 100644 --- a/requirements.txt +++ b/requirements.txt @@ -43,7 +43,7 @@ aiofiles==22.1.0 psutil==5.9.2 # Support for colorized terminal output -colorama==0.4.5 +colorama==0.4.6 # Building config files interactively questionary==1.10.0 prompt-toolkit==3.0.31