From c722b9e9023d6117ef4dc59e2142ec5f75e4a52c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 09:02:19 +0000 Subject: [PATCH] :arrow_up: Update rich requirement from ^10.14.0 to ^13.6.0 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.6.0) --- 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 9522f82..17749a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ classifiers = [ #! Update me python = "^3.9" typer = {extras = ["all"], version = "^0.4.0"} -rich = "^10.14.0" +rich = "^13.6.0" [tool.poetry.dev-dependencies] bandit = "^1.7.1"