From 796bf40d6365be82e205b2130a9a2edc8233d889 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 03:15:54 +0000 Subject: [PATCH] chore(deps): bump rich from 13.9.4 to 15.0.0 Bumps [rich](https://github.com/Textualize/rich) from 13.9.4 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/v13.9.4...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 | 11 +++++------ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4f4d74d..8e87c92 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1885,20 +1885,19 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "rich" -version = "13.9.4" +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-13.9.4-py3-none-any.whl", hash = "sha256:6049d5e6ec054bf2779ab3358186963bac2ea89175919d699e378b99738c2a90"}, - {file = "rich-13.9.4.tar.gz", hash = "sha256:439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098"}, + {file = "rich-15.0.0-py3-none-any.whl", hash = "sha256:33bd4ef74232fb73fe9279a257718407f169c09b78a87ad3d296f548e27de0bb"}, + {file = "rich-15.0.0.tar.gz", hash = "sha256:edd07a4824c6b40189fb7ac9bc4c52536e9780fbbfbddf6f1e2502c31b068c36"}, ] [package.dependencies] markdown-it-py = ">=2.2.0" pygments = ">=2.13.0,<3.0.0" -typing-extensions = {version = ">=4.0.0,<5.0", markers = "python_version < \"3.11\""} [package.extras] jupyter = ["ipywidgets (>=7.5.1,<9)"] @@ -2411,4 +2410,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "29a1e1dd081ae99bcada5dc11f14544141d83ed825ba6b931ad0a5f5400c557c" +content-hash = "285c9143432fcf0cc0adf0da1ffd8761bd5709ef8ed6075c2cdcf4e22974f56d" diff --git a/pyproject.toml b/pyproject.toml index 2040d05..5850409 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ httpx = "^0.28.1" pydantic = "^2.12" pydantic-settings = "^2.13" typer = {extras = ["all"], version = "^0.24.1"} -rich = "^13.0" +rich = ">=13,<16" python-dotenv = "^1.2" tenacity = "^9.1" aiofiles = "^24.1"