From 4543b3341c8aa5276ac5b21c18f98ccff0efd8dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 08:14:38 +0000 Subject: [PATCH] Bump rich from 13.4.2 to 13.5.2 Bumps [rich](https://github.com/Textualize/rich) from 13.4.2 to 13.5.2. - [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.5.2) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-minor ... 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 8bd44ad..396ee34 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -103,7 +103,7 @@ requests==2.31.0 # langsmith # openai # tiktoken -rich==13.4.2 +rich==13.5.2 # via -r requirements/requirements.in six==1.16.0 # via python-dateutil