From 0fd3670206b0fc878a02058ba9fcc19dd534a911 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 04:22:32 +0000 Subject: [PATCH] Bump colored from 2.2.3 to 2.2.4 Bumps [colored](https://gitlab.com/dslackw/colored) from 2.2.3 to 2.2.4. - [Release notes](https://gitlab.com/dslackw/colored/tags) - [Changelog](https://gitlab.com/dslackw/colored/blob/master/CHANGES.md) - [Commits](https://gitlab.com/dslackw/colored/compare/2.2.3...2.2.4) --- updated-dependencies: - dependency-name: colored 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 b560135..b50c030 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile # -colored==2.2.3 +colored==2.2.4 # via alteza (setup.py) docstring-parser==0.15 # via typed-argument-parser