diff --git a/poetry.lock b/poetry.lock index c5ade07e..dc8a7133 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4837,13 +4837,13 @@ files = [ [[package]] name = "rich" -version = "13.9.3" +version = "13.9.4" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" optional = false python-versions = ">=3.8.0" files = [ - {file = "rich-13.9.3-py3-none-any.whl", hash = "sha256:9836f5096eb2172c9e77df411c1b009bace4193d6a481d534fea75ebba758283"}, - {file = "rich-13.9.3.tar.gz", hash = "sha256:bc1e01b899537598cf02579d2b9f4a415104d3fc439313a7a2c165d76557a08e"}, + {file = "rich-13.9.4-py3-none-any.whl", hash = "sha256:6049d5e6ec054bf2779ab3358186963bac2ea89175919d699e378b99738c2a90"}, + {file = "rich-13.9.4.tar.gz", hash = "sha256:439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098"}, ] [package.dependencies] @@ -6296,4 +6296,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "d433b656086c5dfa4bdbf35765670cb85fa272918e3d0575dbd39ae931dfedc7" +content-hash = "b0cbd60f1d5ca4cd3cc3580b04de4cb16160878e9e0e513f4c57d3028a122c12" diff --git a/pyproject.toml b/pyproject.toml index d8bb0fe4..2cfc1d37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ aleph-alpha-client = ">=7.1.0" python-dotenv = "*" semantic-text-splitter = "^0.18.1" qdrant-client = "^1.12.1" -rich = "^13.9.3" +rich = "^13.9.4" datasets = "^3.0.2" requests = "^2.32.3" pycountry = "24.6.1"