From bdf3d5bc3abe9439d0face5d1dc41b2c964f6d7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 23:25:12 +0000 Subject: [PATCH] :arrow_up: Update rich requirement from ^10.14.0 to ^13.7.1 Updates the requirements on [rich](https://github.com/Textualize/rich) to permit the latest version. - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v10.14.0...v13.7.1) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 31938fc..618d5d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ classifiers = [ #! Update me python = "^3.8" typer = {extras = ["all"], version = "^0.4.0"} -rich = "^10.14.0" +rich = "^13.7.1" [tool.poetry.dev-dependencies] bandit = "^1.7.1"