From be0a97bb4a42f986fb88768ae73ebcae0e6f4c1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 01:43:59 +0000 Subject: [PATCH] chore(deps): bump rich from 14.3.3 to 15.0.0 Bumps [rich](https://github.com/Textualize/rich) from 14.3.3 to 15.0.0. - [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/v14.3.3...v15.0.0) --- updated-dependencies: - dependency-name: rich dependency-version: 15.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index e01ba0e..7b461aa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1423,14 +1423,14 @@ dev = ["black", "build", "mypy", "pytest", "pytest-cov", "setuptools", "tox", "t [[package]] name = "rich" -version = "14.3.3" +version = "15.0.0" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" optional = false -python-versions = ">=3.8.0" +python-versions = ">=3.9.0" groups = ["main"] files = [ - {file = "rich-14.3.3-py3-none-any.whl", hash = "sha256:793431c1f8619afa7d3b52b2cdec859562b950ea0d4b6b505397612db8d5362d"}, - {file = "rich-14.3.3.tar.gz", hash = "sha256:b8daa0b9e4eef54dd8cf7c86c03713f53241884e814f4e2f5fb342fe520f639b"}, + {file = "rich-15.0.0-py3-none-any.whl", hash = "sha256:33bd4ef74232fb73fe9279a257718407f169c09b78a87ad3d296f548e27de0bb"}, + {file = "rich-15.0.0.tar.gz", hash = "sha256:edd07a4824c6b40189fb7ac9bc4c52536e9780fbbfbddf6f1e2502c31b068c36"}, ] [package.dependencies] @@ -1686,4 +1686,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "812e78103a4ef6a06a0b9ccb2501c399b82645e13aab05d51689c96c1cd8118e" +content-hash = "5e44cca3938f818bd1f425591237d8e87d5914e0de16ddc1938b7a4ca9ad13c4" diff --git a/pyproject.toml b/pyproject.toml index 1374877..c41bd85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ PyLD = "^2.0.4" livereload = "^2.7.1" mistune = "^3.1.0" python = "^3.11" -rich = ">=13.9.4,<15.0.0" +rich = ">=13.9.4,<16.0.0" selectolax = ">=0.3.27,<0.5.0" typer = ">=0.15.1,<0.25.0" htmlmin2 = "^0.1.13"