From 64d002f99557cf9077c53154f92b3304a797b895 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 19:50:13 +0000 Subject: [PATCH] chore(deps): update rich requirement in /src/nats-init 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](https://github.com/Textualize/rich/compare/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] --- src/nats-init/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nats-init/requirements.txt b/src/nats-init/requirements.txt index 5f57d68..1f2b357 100644 --- a/src/nats-init/requirements.txt +++ b/src/nats-init/requirements.txt @@ -2,4 +2,4 @@ # Floating minor versions are acceptable (BAUER GROUP security standard); # Dependabot opens PRs for updates. The `nats` CLI itself is copied from the # natsio/nats-box image at build time (see Dockerfile) — not a pip dependency. -rich>=13,<15 +rich>=15.0.0,<16