From a2a9cdba0ea69001abb7ebb011849def9423ddbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 19:31:02 +0000 Subject: [PATCH] deps: bump rich from 13.5.2 to 14.0.0 Bumps [rich](https://github.com/Textualize/rich) from 13.5.2 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.5.2...v14.0.0) --- updated-dependencies: - dependency-name: rich dependency-version: 14.0.0 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 bc2072f..9a81c87 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ pytest>=8.0.0 jsonschema>=4.20.0 pytest-html>=3.2.0 click==8.1.7 -rich==13.5.2 +rich==14.0.0 pathlib>=1.0.1 pydantic>=2.3.0 # Removing aiohttp due to build issues with Python 3.12