From 9bc3c26be2984954d46d0e46e58bf0ee95e20466 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 00:10:30 +0000 Subject: [PATCH] Bump rich from 13.7.0 to 13.8.1 in /backend Bumps [rich](https://github.com/Textualize/rich) from 13.7.0 to 13.8.1. - [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.7.0...v13.8.1) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 79f6cfc5..def62527 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -33,7 +33,7 @@ pyparsing==3.1.1 python-dotenv==1.0.1 redis==4.5.4 requests==2.32.0 -rich==13.7.0 +rich==13.8.1 six==1.16.0 sortedcontainers==2.4.0 toml==0.10.2