From 99e73249f993cd3e0e96aa6d5d80a29e33938f88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 09:56:56 +0000 Subject: [PATCH] Bump termcolor from 1.1.0 to 2.3.0 Bumps [termcolor](https://github.com/termcolor/termcolor) from 1.1.0 to 2.3.0. - [Release notes](https://github.com/termcolor/termcolor/releases) - [Changelog](https://github.com/termcolor/termcolor/blob/main/CHANGES.md) - [Commits](https://github.com/termcolor/termcolor/compare/1.1.0...2.3.0) --- updated-dependencies: - dependency-name: termcolor dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8f1760c..9840d40 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ Jinja2==3.1.0 pytest==7.1.1 pytest-timeout==2.1.0 -termcolor==1.1.0 +termcolor==2.3.0 flake8==4.0.1 pydocstyle==6.1.1 bandit==1.7.4