Skip to content

⬆️(deps): Update rich requirement from <15.0.0,>=14.2.0 to >=14.2.0,<16.0.0 in /apps/meeseeks_cli#112

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/apps/meeseeks_cli/rich-gte-15.0.0-and-lt-16.0.0
Open

⬆️(deps): Update rich requirement from <15.0.0,>=14.2.0 to >=14.2.0,<16.0.0 in /apps/meeseeks_cli#112
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/apps/meeseeks_cli/rich-gte-15.0.0-and-lt-16.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Updates the requirements on rich to permit the latest version.

Release notes

Sourced from rich's releases.

The So Long 3.8 Release

A few fixes. The major version bump is to honor the passing of 3.8 support which reached its EOL in October 7, 2024

[15.0.0] - 2026-04-12

Changed

  • Breaking change: Dropped support for Python3.8

Fixed

Changelog

Sourced from rich's changelog.

[15.0.0] - 2026-04-12

Changed

  • Breaking change: Dropped support for Python3.8

Fixed

[14.3.4] - 2026-04-11

Changed

[14.3.3] - 2026-02-19

Fixed

[14.3.2] - 2026-02-01

Fixed

[14.3.1] - 2026-01-24

Fixed

[14.3.0] - 2026-01-24

Fixed

Added

... (truncated)

Commits

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 13, 2026
Copy link
Copy Markdown

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 potential issue.

View 2 additional findings in Devin Review.

Open in Devin Review

Comment thread apps/meeseeks_cli/pyproject.toml Outdated
"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",
Copy link
Copy Markdown

@devin-ai-integration devin-ai-integration bot Apr 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 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.

Open in Devin Review

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>
@dependabot dependabot bot changed the title ⬆️(deps): Update rich requirement from <15.0.0,>=14.2.0 to >=15.0.0,<16.0.0 in /apps/meeseeks_cli ⬆️(deps): Update rich requirement from <15.0.0,>=14.2.0 to >=14.2.0,<16.0.0 in /apps/meeseeks_cli Apr 15, 2026
@dependabot dependabot bot force-pushed the dependabot/pip/apps/meeseeks_cli/rich-gte-15.0.0-and-lt-16.0.0 branch from 4161f20 to 90c47f0 Compare April 15, 2026 20:53
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.22%. Comparing base (dec15fe) to head (90c47f0).

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           
Components Coverage Δ
core 83.11% <ø> (ø)
tools 79.66% <ø> (ø)
cli 85.19% <ø> (ø)
api 96.06% <ø> (ø)
ha 93.88% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants