From 91b8a75cfa59afcfc835888b610567cd0878f7ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 12:08:08 +0000 Subject: [PATCH] Bump rich from 13.9.4 to 14.0.0 Bumps [rich](https://github.com/Textualize/rich) from 13.9.4 to 14.0.0. - [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.4...v14.0.0) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fe44ea1..4620951 100644 --- a/requirements.txt +++ b/requirements.txt @@ -67,7 +67,7 @@ python-dotenv==1.1.0 ; python_version >= "3.11" and python_version < "4.0" redis==5.2.1 ; python_version >= "3.11" and python_version < "4.0" requests-oauthlib==2.0.0 ; python_version >= "3.11" and python_version < "4.0" requests==2.32.3 ; python_version >= "3.11" and python_version < "4.0" -rich==13.9.4 ; python_version >= "3.11" and python_version < "4.0" +rich==14.0.0 ; python_version >= "3.11" and python_version < "4.0" six==1.17.0 ; python_version >= "3.11" and python_version < "4.0" typing-extensions==4.13.1 ; python_version >= "3.11" and python_version < "4.0" urllib3==2.3.0 ; python_version >= "3.11" and python_version < "4.0"