Skip to content

Commit f3fe612

Browse files
chore(deps): bump rich from 14.1.0 to 14.2.0
Bumps [rich](https://github.com/Textualize/rich) from 14.1.0 to 14.2.0. - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v14.1.0...v14.2.0) --- updated-dependencies: - dependency-name: rich dependency-version: 14.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a8c4a90 commit f3fe612

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli_bundle/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Core CLI/runtime deps (safe across Linux runners)
22
click==8.3.0
3-
rich==14.1.0
3+
rich==14.2.0
44
pyyaml==6.0.2
55
requests==2.32.5 # fixed .netrc credential leak (CVE-2024-35195)
66
pandas==2.3.2

docker/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Core CLI/runtime deps (safe across Linux runners)
22
click==8.3.0
3-
rich==14.1.0
3+
rich==14.2.0
44
pyyaml==6.0.2
55
requests==2.32.5 # fixed .netrc credential leak (CVE-2024-35195)
66
pandas==2.3.2

0 commit comments

Comments
 (0)