From ebeb640f095334a24dea8eed198ca93d52a76c67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:31:03 +0000 Subject: [PATCH] :arrow_up: Bump rich from 13.7.1 to 13.9.4 Bumps [rich](https://github.com/Textualize/rich) from 13.7.1 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.7.1...v13.9.4) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fc15320..34c5c2c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ mdurl==0.1.2 ; python_version >= "3.9" and python_version < "4.0" numpy==2.2.2 ; python_version >= "3.9" and python_version < "4.0" pyarrow==15.0.2 ; python_version >= "3.9" and python_version < "4.0" pygments==2.19.1 ; python_version >= "3.9" and python_version < "4.0" -rich==13.7.1 ; python_version >= "3.9" and python_version < "4.0" +rich==13.9.4 ; python_version >= "3.9" and python_version < "4.0" tqdm==4.66.2 ; python_version >= "3.9" and python_version < "4.0" typer==0.11.1 ; python_version >= "3.9" and python_version < "4.0" typing-extensions==4.12.2 ; python_version >= "3.9" and python_version < "4.0"