From cb71e52dd6f3301e639ed4568b50a56f226cd86f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 05:03:44 +0000 Subject: [PATCH] Bump rich from 12.6.0 to 13.7.0 Bumps [rich](https://github.com/Textualize/rich) from 12.6.0 to 13.7.0. - [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/v12.6.0...v13.7.0) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3751348..b37f36f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ lister = "lister:main" [tool.poetry.dependencies] python = "3.10.*" -rich = "13.5.2" +rich = "13.7.0" pytest = "^7.1.3" boto3-stubs = {extras = ["essential"], version = "^1.24.96"} pre-commit = "^2.20.0"