From db53b3ea435f49e400bcb7f9009b7dde813702e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 09:40:34 +0000 Subject: [PATCH] pip(deps): update rich requirement from >=10.0.0 to >=15.0.0 Updates the requirements on [rich](https://github.com/Textualize/rich) to permit the latest version. - [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/v10.0.0...v15.0.0) --- updated-dependencies: - dependency-name: rich dependency-version: 15.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python_version/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_version/requirements.txt b/python_version/requirements.txt index adbe8c1..f69b928 100644 --- a/python_version/requirements.txt +++ b/python_version/requirements.txt @@ -6,7 +6,7 @@ seaborn>=0.11.0 biopython>=1.79 mdanalysis>=2.0.0 click>=8.0.1 -rich>=10.0.0 +rich>=15.0.0 typer>=0.4.0 pathlib>=1.0.1 python-dotenv>=0.19.0