From 20a087f64cd582037fc7b86611039a5b0b49ec4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 19:16:22 -0700 Subject: [PATCH] Update dependency rich to v14 (#1989) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index cca9d1c0..f21119bf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1490,14 +1490,14 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[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 = false python-versions = ">=3.8.0" groups = ["main", "dev"] 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] @@ -1938,4 +1938,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10.0, <3.14" -content-hash = "75b728329b64424a84d99916d2f31bbced1beb1a53ccde62a259eb9564b5220f" +content-hash = "b2e0f10abcb8cd2d0e88d5dfd403b384c48780d5622ec50127c9190e12446731" diff --git a/pyproject.toml b/pyproject.toml index cfa1e90d..538cbbc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ parsedatetime = ">=2.6" python-dateutil = "^2.8" # https://github.com/dateutil/dateutil/blob/master/RELEASING pyxdg = ">=0.27.0" "ruamel.yaml" = ">=0.17.22" -rich = ">=12.2.0, <14.0.0" +rich = ">=14.0.0, <14.1.0" # dayone-only deps tzlocal = ">=4.0" # https://github.com/regebro/tzlocal/blob/master/CHANGES.txt