Skip to content

⬆️(deps): Update rich requirement from <15.0.0,>=14.2.0 to >=15.0.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 >=15.0.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 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Open with Devin

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

"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

Choose a reason for hiding this comment

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

🔴 Incompatible rich version constraints between meeseeks-cli and its dependency meeseeks-tools

meeseeks-cli now requires rich>=15.0.0,<16.0.0, but it depends on meeseeks-tools>=0.0.9 (line 14), which declares rich>=14.2.0,<15.0.0 at packages/meeseeks_tools/pyproject.toml:18. These two constraints have an empty intersection — no version of rich can satisfy both simultaneously. This will cause dependency resolution to fail on uv lock (or pip install). The uv.lock file was also not regenerated as part of this PR; it still shows rich pinned to 14.3.2 with the old specifier >=14.2.0,<15.0.0 for meeseeks-cli. The rich constraint in meeseeks-tools needs to be bumped to match, or meeseeks-cli's constraint should be reverted.

Prompt for agents
The rich version constraint in meeseeks-cli (>=15.0.0,<16.0.0) conflicts with the constraint in its transitive dependency meeseeks-tools (>=14.2.0,<15.0.0 at packages/meeseeks_tools/pyproject.toml:18). These ranges have no overlap so dependency resolution will fail.

To fix:
1. Also bump the rich constraint in packages/meeseeks_tools/pyproject.toml from '>=14.2.0,<15.0.0' to '>=15.0.0,<16.0.0' (or a compatible range).
2. Verify that meeseeks_tools code is compatible with rich 15.x (check for any breaking API changes).
3. Regenerate uv.lock by running 'uv lock' after updating both pyproject.toml files.
4. Check if any other workspace members also pin rich to <15 and update them too.
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

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