diff --git a/poetry.lock b/poetry.lock index a49151e4..a70025a3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. [[package]] name = "aiosqlite" @@ -1642,14 +1642,14 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "rich" -version = "13.9.4" +version = "14.2.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.2.0-py3-none-any.whl", hash = "sha256:76bc51fe2e57d2b1be1f96c524b890b816e334ab4c1e45888799bfaab0021edd"}, + {file = "rich-14.2.0.tar.gz", hash = "sha256:73ff50c7c0c1c77c8243079283f4edb376f0f6442433aecb8ce7e6d0b92d1fe4"}, ] [package.dependencies] @@ -2024,7 +2024,7 @@ description = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)" optional = true python-versions = ">=3.9" groups = ["main"] -markers = "extra == \"web\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"web\"" files = [ {file = "websockets-15.0.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:d63efaa0cd96cf0c5fe4d581521d9fa87744540d4bc999ae6e08595a1014b45b"}, {file = "websockets-15.0.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:ac60e3b188ec7574cb761b08d50fcedf9d77f1530352db4eef1707fe9dee7205"}, @@ -2106,4 +2106,4 @@ web = ["httpx", "websockets"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "56a22fbed01cc27a805dd60ed79ae9e89d041f80fcf206397c91eec23050b247" +content-hash = "996b465d6c0812d5c9c4c0083b8a388bae08de49ddd0b214b85e341db692ee5d" diff --git a/pyproject.toml b/pyproject.toml index 03a489c6..f30415a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ websockets = "^15.0" grpcio = "^1.62.2" grpcio-tools = "^1.62.2" huggingface_hub = "^0.23" -rich = "^13.7" +rich = "^14.2" [tool.poetry.group.dev.dependencies] black = "^25.1.0"