From edfb69f8e9f801c321b331c0384d87b3fbda5643 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 14:18:10 +0000 Subject: [PATCH] build(deps-dev): bump types-colorama from 0.4.5 to 0.4.6 Bumps [types-colorama](https://github.com/python/typeshed) from 0.4.5 to 0.4.6. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-colorama dependency-type: direct:development 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 d77e2a70..f07b0ca3 100644 --- a/setup.py +++ b/setup.py @@ -78,7 +78,7 @@ setuptools.setup( "psutil==5.9.0", # type stubs for mypy "types-backports==0.1.3", - "types-colorama==0.4.5", + "types-colorama==0.4.6", "types-PyYAML==6.0.3", "types-tabulate==0.8.5", "types-termcolor==1.1.2",