From b376fe32549b133bf98ef26ed7fb736e253d4070 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 08:59:29 +0000 Subject: [PATCH] Bump rich from 13.8.0 to 13.8.1 Bumps [rich](https://github.com/Textualize/rich) from 13.8.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.8.0...v13.8.1) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 5d7465a..16d2131 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -116,7 +116,7 @@ requests==2.32.3 # huggingface-hub # langsmith # tiktoken -rich==13.8.0 +rich==13.8.1 # via -r requirements/requirements.in six==1.16.0 # via python-dateutil