diff --git a/poetry.lock b/poetry.lock index 5c5f708c8..7d4824352 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3258,14 +3258,14 @@ rsa = ["oauthlib[signedtoken] (>=3.0.0)"] [[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 = ["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] @@ -3912,4 +3912,4 @@ pgsql = ["psycopg2-binary"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "c6d5782c381ac814a666ae827447e9e458d72dd76952f4a97dc067436dd3f5b0" +content-hash = "8a7e7fa1d9c59a3637763804c8f03b3b27c0a60b3b21c6d0d795c6238ba4a7a5" diff --git a/pyproject.toml b/pyproject.toml index 552dc38b5..47a2a023c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ pre-commit = "^4.0.0" pylint = "^3.0.0" pytest = "^8.0.0" pytest-asyncio = "^0.26.0" -rich = "^13.5.2" +rich = "^14.0.0" ruff = "^0.11.0" types-PyYAML = "^6.0.4" types-python-dateutil = "^2.8.18"