⬆️(deps): Update rich requirement from <15.0.0,>=14.2.0 to >=14.2.0,<16.0.0 in /apps/meeseeks_cli#112
Conversation
| "meeseeks-tools>=0.0.9", | ||
| "prompt-toolkit>=3.0.47,<4.0.0", | ||
| "rich>=14.2.0,<15.0.0", | ||
| "rich>=15.0.0,<16.0.0", |
There was a problem hiding this comment.
🟡 Inconsistent rich upper bound: meeseeks_cli allows <16 but its dependency meeseeks_tools still constrains <15
The rich upper bound is relaxed from <15.0.0 to <16.0.0 in meeseeks_cli, but meeseeks_cli depends on meeseeks-tools>=0.0.10, which still pins rich>=14.2.0,<15.0.0 (packages/meeseeks_tools/pyproject.toml:18). The dependency resolver will intersect these constraints, so rich 15.x can never actually be installed for meeseeks_cli. This makes the version bump effectively a no-op and creates a misleading declaration that rich 15.x is supported when the transitive dependency graph prevents it. If the goal is to support rich 15.x, meeseeks_tools needs the same upper-bound bump.
Was this helpful? React with 👍 or 👎 to provide feedback.
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](Textualize/rich@v14.2.0...v15.0.0) --- updated-dependencies: - dependency-name: rich dependency-version: 15.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
4161f20 to
90c47f0
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #112 +/- ##
=======================================
Coverage 83.22% 83.22%
=======================================
Files 66 66
Lines 11485 11485
=======================================
Hits 9558 9558
Misses 1927 1927
🚀 New features to boost your workflow:
|
Updates the requirements on rich to permit the latest version.
Release notes
Sourced from rich's releases.
Changelog
Sourced from rich's changelog.
... (truncated)
Commits
6ac483ccorrection458a910Merge pull request #4080 from Textualize/bump150082e06e0changelogd6556bcbump to 15.0.0ffe2edcMerge pull request #4079 from Textualize/inline-table-codecf3b5a1changelog77f0edbremove comments7ef2d05fix inline code in table cells19c67b9Merge pull request #4077 from Textualize/isattry494b795changelog