From fe4ffb46b434e4a834346174afa66ca59b288d10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 02:33:09 +0000 Subject: [PATCH] chore(deps): bump rich from 13.9.4 to 14.0.0 Bumps [rich](https://github.com/Textualize/rich) from 13.9.4 to 14.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...v14.0.0) --- updated-dependencies: - dependency-name: rich dependency-version: 14.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7cde2900..0d43156f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3212,15 +3212,15 @@ files = [ [[package]] name = "rich" -version = "13.9.4" +version = "14.0.0" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" optional = true python-versions = ">=3.8.0" groups = ["main"] markers = "extra == \"cli\"" 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-14.0.0-py3-none-any.whl", hash = "sha256:1c9491e1951aac09caffd42f448ee3d04e58923ffe14993f6e83068dc395d7e0"}, + {file = "rich-14.0.0.tar.gz", hash = "sha256:82f1bc23a6a21ebca4ae0c45af9bdbc492ed20231dcb63f297d6d1021a9d5725"}, ] [package.dependencies] @@ -3853,4 +3853,4 @@ solvents = ["thermo"] [metadata] lock-version = "2.1" python-versions = ">=3.8,<3.11" -content-hash = "ccc86bb550135e1291f331ea218e7119b6c12f679cfbd14a32434f64f4d03422" +content-hash = "0f08f1fd82f0a3794c6f2e21bcd7c9a338bcb79094be57fc52b8afaf45acf757" diff --git a/pyproject.toml b/pyproject.toml index b61d3593..64b6336e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ scipy = "^1.10" jax = { version = "^0.4", optional = true } jaxlib = { version = "^0.4", optional = true } -rich = { version = "^13", optional = true } +rich = { version = ">=13,<15", optional = true } thermo = { version = ">=0.2,<0.5", optional = true } importlib = "^1.0.4"