diff --git a/poetry.lock b/poetry.lock index 206acaa..58f49e3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1210,18 +1210,19 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "rich" -version = "13.7.1" +version = "13.9.4" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" optional = false -python-versions = ">=3.7.0" +python-versions = ">=3.8.0" files = [ - {file = "rich-13.7.1-py3-none-any.whl", hash = "sha256:4edbae314f59eb482f54e9e30bf00d33350aaa94f4bfcd4e9e3110e64d0d7222"}, - {file = "rich-13.7.1.tar.gz", hash = "sha256:9be308cb1fe2f1f57d67ce99e95af38a1e2bc71ad9813b0e247cf7ffbcc3a432"}, + {file = "rich-13.9.4-py3-none-any.whl", hash = "sha256:6049d5e6ec054bf2779ab3358186963bac2ea89175919d699e378b99738c2a90"}, + {file = "rich-13.9.4.tar.gz", hash = "sha256:439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098"}, ] [package.dependencies] markdown-it-py = ">=2.2.0" pygments = ">=2.13.0,<3.0.0" +typing-extensions = {version = ">=4.0.0,<5.0", markers = "python_version < \"3.11\""} [package.extras] jupyter = ["ipywidgets (>=7.5.1,<9)"] @@ -1860,4 +1861,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "c91195406c0e78bc8be6c9a8562e4d1f84c80d2cb3ac238581a76160c7fffdfe" +content-hash = "02636a8dbdf76f6e1eedb0b879e53e8258e86e5b1938a63960e5731284bccd07" diff --git a/pyproject.toml b/pyproject.toml index 6aea908..ff0c2b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ packages = [ python = "^3.10" fastapi = "^0.115.5" typer = "^0.13.0" -rich = "^13.7.1" +rich = "^13.9.4" uvicorn = "^0.32.0" pycryptodome = "^3.21.0" bcrypt = "^4.1.3"