Skip to content

Commit 54dd1fd

Browse files
Bump rich from 14.0.0 to 14.1.0
Bumps [rich](https://github.com/Textualize/rich) from 14.0.0 to 14.1.0. - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v14.0.0...v14.1.0) --- updated-dependencies: - dependency-name: rich dependency-version: 14.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 25ff8af commit 54dd1fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
"asyncpg==0.30.0",
2525
"datetime==5.5",
2626
"psycopg2-binary",
27-
"rich==14.0.0",
27+
"rich==14.1.0",
2828
"textualeffects>=0.1.4",
2929
"terminaltexteffects>=0.12.0",
3030
"textual-pyfiglet>=0.6.0",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pygments==2.19.1
2525
# via rich
2626
pytz==2025.2
2727
# via datetime
28-
rich==14.0.0
28+
rich==14.1.0
2929
# via textual
3030
setuptools==80.9.0
3131
# via zope-interface

0 commit comments

Comments
 (0)