Update rich requirement from <15,>=14.0.0 to >=14.0.0,<16

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/v14.0.0...v15.0.0)

---
updated-dependencies:
- dependency-name: rich
  dependency-version: 15.0.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-04-18 15:02:33 +00:00
committed by GitHub
parent e7a918d62d
commit 34378716a9
+1 -1
View File
@@ -28,7 +28,7 @@ dev = [
"pytest-cov>=6.0.0,<8",
"pytest-datafiles>=3.0.0,<4",
"pytest-xdist>=3.4.0,<4",
"rich>=14.0.0,<15",
"rich>=14.0.0,<16",
"ruff>=0.12.1,<0.16",
]