diff --git a/poetry.lock b/poetry.lock index 9c72903..7a5d169 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1246,14 +1246,13 @@ use_chardet_on_py3 = ["chardet (>=3.0.2,<5)"] [[package]] name = "rich" -version = "11.2.0" +version = "12.0.1" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" category = "main" optional = false python-versions = ">=3.6.2,<4.0.0" [package.dependencies] -colorama = ">=0.4.0,<0.5.0" commonmark = ">=0.9.0,<0.10.0" pygments = ">=2.6.0,<3.0.0" @@ -1703,7 +1702,7 @@ mayavi = [] [metadata] lock-version = "1.1" python-versions = ">=3.8,<3.11" -content-hash = "32a9b0d96b8fc559f09cff59aaca7f046ae6146b446b7bd21f64a6aeae529334" +content-hash = "0da279d6d2c9d9d91494e11a3ee4e72c5198c1479f384d4e3d57680b6659bb31" [metadata.files] alabaster = [ @@ -2565,8 +2564,8 @@ requests = [ {file = "requests-2.27.1.tar.gz", hash = "sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61"}, ] rich = [ - {file = "rich-11.2.0-py3-none-any.whl", hash = "sha256:d5f49ad91fb343efcae45a2b2df04a9755e863e50413623ab8c9e74f05aee52b"}, - {file = "rich-11.2.0.tar.gz", hash = "sha256:1a6266a5738115017bb64a66c59c717e7aa047b3ae49a011ede4abdeffc6536e"}, + {file = "rich-12.0.1-py3-none-any.whl", hash = "sha256:ce5c714e984a2d185399e4e1dd1f8b2feacb7cecfc576f1522425643a36a57ea"}, + {file = "rich-12.0.1.tar.gz", hash = "sha256:3fba9dd15ebe048e2795a02ac19baee79dc12cc50b074ef70f2958cd651b59a9"}, ] safety = [ {file = "safety-1.10.3-py2.py3-none-any.whl", hash = "sha256:5f802ad5df5614f9622d8d71fedec2757099705c2356f862847c58c6dfe13e84"}, diff --git a/pyproject.toml b/pyproject.toml index f9b6359..7211799 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ classifiers = [ [tool.poetry.dependencies] python = ">=3.8,<3.11" typer = {extras = ["all"], version = ">=0.3.2,<0.5.0"} -rich = ">=10.7,<12.0" +rich = ">=10.7,<13.0" numpy = "^1.22.0" pandas = "^1.3.3" matplotlib = "^3.4.3"