From 13004613da76e7bf5cae8ec830419ffff76c2dd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Apr 2024 06:30:36 +0000 Subject: [PATCH] build(deps-dev): bump types-colorama from 0.4.15.11 to 0.4.15.20240311 Bumps [types-colorama](https://github.com/python/typeshed) from 0.4.15.11 to 0.4.15.20240311. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-colorama dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 55b043fa9..52116ca74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,7 @@ dev = [ "mypy-protobuf==3.5.0", # type stubs for mypy "types-backports==0.1.3", - "types-colorama==0.4.15.11", + "types-colorama==0.4.15.20240311", "types-PyYAML==6.0.8", "types-tabulate==0.9.0.20240106", "types-termcolor==1.1.4",