From 0bf6d285bde6e84d3f46b20ff05d684056339ed0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 02:34:42 +0000 Subject: [PATCH] Bump rich from 13.4.2 to 13.9.4 Bumps [rich](https://github.com/Textualize/rich) from 13.4.2 to 13.9.4. - [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/v13.4.2...v13.9.4) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2d31ab2..e4a5edc 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ install_requires=[ "matplotlib==3.6.3", "reportlab==4.0.4", - "rich==13.4.2", + "rich==13.9.4", "click==8.1.3", ], entry_points="""