chore(deps): bump rich from 14.1.0 to 14.3.2#114
Conversation
Bumps [rich](https://github.com/Textualize/rich) from 14.1.0 to 14.3.2. - [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.3.2) --- updated-dependencies: - dependency-name: rich dependency-version: 14.3.2 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Manuel H. <36189959+LouisLetcher@users.noreply.github.com>
| {file = "rich-14.1.0-py3-none-any.whl", hash = "sha256:536f5f1785986d6dbdea3c75205c473f970777b4a0d6c6dd1b696aa05a3fa04f"}, | ||
| {file = "rich-14.1.0.tar.gz", hash = "sha256:e497a48b844b0320d45007cdebfeaeed8db2a4f4bcf49f15e455cfc4af11eaa8"}, | ||
| {file = "rich-14.3.2-py3-none-any.whl", hash = "sha256:08e67c3e90884651da3239ea668222d19bea7b589149d8014a21c633420dbb69"}, | ||
| {file = "rich-14.3.2.tar.gz", hash = "sha256:e712f11c1a562a11843306f5ed999475f09ac31ffb64281f73ab29ffdda8b3b8"}, |
There was a problem hiding this comment.
Rich output formatting may change
Low Severity
Bumping rich from 14.1.0 to 14.3.2 can change terminal rendering behavior (notably Markdown styling and width/cell calculation fixes). Any code/tests that depend on exact rendered output, alignment, or snapshot strings may start failing or produce different CLI/UI output even though the dependency update is “just” a patch/minor bump.
There was a problem hiding this comment.
Bugbot Autofix determined this is a false positive.
The codebase has no snapshot tests, golden tests, or exact output assertions—all CLI tests use substring matching which is unaffected by Rich's formatting changes.
|





Bumps rich from 14.1.0 to 14.3.2.
Release notes
Sourced from rich's releases.
... (truncated)
Changelog
Sourced from rich's changelog.
Commits
0752ff0Merge pull request #3953 from Textualize/zwj-fix54ae0cfsimplify07edb85refine31930ddfix test454fcfcstupid comment13f87a4Fix ZWJ and edge cases1d402e0fix datesf2a1c3bMerge pull request #3944 from Textualize/nerf-fonts2e5a5dachangelog73ee823fix fontsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Low Risk
Lockfile-only dependency bump; behavior changes are limited to terminal rendering/formatting and should be easy to detect in CLI output.
Overview
Updates the locked
richdependency from14.1.0to14.3.2inpoetry.lock, including updated artifact hashes.Written by Cursor Bugbot for commit d411da9. This will update automatically on new commits. Configure here.