Skip to content

chore(deps): update rich requirement from <15,>=13 to >=15.0.0,<16 in /src/nats-init - #2

Merged
karlspace merged 1 commit into
mainfrom
dependabot/pip/src/nats-init/rich-gte-15.0.0-and-lt-16
Jun 6, 2026
Merged

karlspace merged 1 commit into
mainfrom
dependabot/pip/src/nats-init/rich-gte-15.0.0-and-lt-16

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 6, 2026

Copy link
Copy Markdown
Contributor

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)

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@v13.0.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 @github

dependabot Bot commented on behalf of github Jun 6, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependabot, dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot requested a review from karlspace as a code owner June 6, 2026 19:50
@github-actions

github-actions Bot commented Jun 6, 2026

Copy link
Copy Markdown
Contributor

AI Analysis

Technical Summary:

This pull request updates the version constraints for the Python library rich used in the /src/nats-init directory. The existing requirement "rich >= 13, < 15" is changed to "rich >= 15.0.0, < 16", thereby permitting the latest major version of rich (v15.x).

Technical Requirements and Constraints:

  • Version Update: The minimum rich version is bumped from 13 (or any >=13) to 15.0.0, the latest major release.
  • Dependency Range: The upper bound remains <16, which restricts to the 15.x series only, avoiding future breaking changes in v16 and beyond.
  • Python Compatibility: rich 15.0.0 drops support for Python 3.8. This imposes a new constraint on the runtime environment: projects or environments must use Python 3.9 or higher going forward.


This summary was automatically generated by AI to help with triage and may not be 100% accurate.

Suggested Labels: test

@karlspace
karlspace merged commit dce5ba4 into main Jun 6, 2026
24 checks passed
@karlspace
karlspace deleted the dependabot/pip/src/nats-init/rich-gte-15.0.0-and-lt-16 branch June 6, 2026 19:56
@github-actions

github-actions Bot commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 0.1.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

This branch was previously deployed

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant