diff --git a/poetry.lock b/poetry.lock index 07ba439..65b850a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -825,17 +825,16 @@ use_chardet_on_py3 = ["chardet (>=3.0.2,<5)"] [[package]] name = "rich" -version = "10.16.2" +version = "12.1.0" 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" -typing-extensions = {version = ">=3.7.4,<5.0", markers = "python_version < \"3.8\""} +typing-extensions = {version = ">=3.7.4,<5.0", markers = "python_version < \"3.9\""} [package.extras] jupyter = ["ipywidgets (>=7.5.1,<8.0.0)"] @@ -1093,7 +1092,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "6d56f8dc1d83ac319d2b72d59c4f8459fbb916b1ee19b714638e35c7d029d2f2" +content-hash = "e904d9c661f4b3485faf40dc91c0d5d118a0f9d93ec6ef5467940606c451b281" [metadata.files] alembic = [ @@ -1573,8 +1572,8 @@ requests = [ {file = "requests-2.27.1.tar.gz", hash = "sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61"}, ] rich = [ - {file = "rich-10.16.2-py3-none-any.whl", hash = "sha256:c59d73bd804c90f747c8d7b1d023b88f2a9ac2454224a4aeaf959b21eeb42d03"}, - {file = "rich-10.16.2.tar.gz", hash = "sha256:720974689960e06c2efdb54327f8bf0cdbdf4eae4ad73b6c94213cad405c371b"}, + {file = "rich-12.1.0-py3-none-any.whl", hash = "sha256:b60ff99f4ff7e3d1d37444dee2b22fdd941c622dbc37841823ec1ce7f058b263"}, + {file = "rich-12.1.0.tar.gz", hash = "sha256:198ae15807a7c1bf84ceabf662e902731bf8f874f9e775e2289cab02bb6a4e30"}, ] safety = [ {file = "safety-1.10.3-py2.py3-none-any.whl", hash = "sha256:5f802ad5df5614f9622d8d71fedec2757099705c2356f862847c58c6dfe13e84"}, diff --git a/pyproject.toml b/pyproject.toml index 6462618..ca46277 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ packages = [ python = "^3.7" importlib_metadata = {version = "^4.5.0", python = "<3.8"} typer = {extras = ["all"], version = "^0.4.0"} -rich = "^10.14.0" +rich = ">=10.14,<13.0" shopyo = "4.2.1" [tool.poetry.dev-dependencies]