From 101a4c30d54a0afe76821dafbd509bc43044aeda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 00:50:35 +0000 Subject: [PATCH] chore(deps): bump colorama from 0.4.4 to 0.4.6 Bumps [colorama](https://github.com/tartley/colorama) from 0.4.4 to 0.4.6. - [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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2e29907..c9b6d1c 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ readme = readme_file.read() requirements = ['boto3==1.20.16', 'docker==5.0.3', 'terminaltables==3.1.0', - 'colorama==0.4.4', 'boto3-stubs[ecr,sts]==1.24.80'] + 'colorama==0.4.6', 'boto3-stubs[ecr,sts]==1.24.80'] setup_requirements = ['pytest-runner', ] test_requirements = ['pytest>=3', ]