Skip to content

Commit 65daa6c

Browse files
authored
chore(deps): bump rich from 14.2.0 to 15.0.0 across workspace (#9)
Dependabot's PR #1 only bumped the top-level package; pythinker-review also pins rich==14.2.0 causing an unsatisfiable workspace dependency. Bump both packages together and regenerate the lockfile. rich 15's only breaking change is dropping Python 3.8 EOL support; no API changes. This project requires Python >=3.12.
1 parent 9ccffbc commit 65daa6c

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

packages/pythinker-review/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
"typer==0.21.1",
2424
"pydantic>=2.12.5",
2525
"pyyaml==6.0.3",
26-
"rich==14.2.0",
26+
"rich==15.0.0",
2727
]
2828

2929
[project.scripts]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"prompt-toolkit==3.0.52",
3333
"pillow==12.2.0",
3434
"pyyaml==6.0.3",
35-
"rich==14.2.0",
35+
"rich==15.0.0",
3636
"certifi>=2025.10.5",
3737
"click==8.3.0",
3838
"pyperclip==1.11.0",

uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)