From b1064327161243769c51dda57afecc2f443a527b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:37:19 +0000 Subject: [PATCH] chore(deps): bump rich from 13.9.2 to 13.9.4 Bumps [rich](https://github.com/Textualize/rich) from 13.9.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.9.2...v13.9.4) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cc9dc80..35e2c1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "pandas==2.2.3", "pillow==11.0.0", "python-dotenv==1.0.1", - "rich==13.9.2", + "rich==13.9.4", "tqdm==4.66.5", ]