diff --git a/poetry.lock b/poetry.lock index 45cfc839..831c9cfc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3190,18 +3190,19 @@ idna2008 = ["idna"] [[package]] name = "rich" -version = "13.8.1" +version = "13.9.2" 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.8.1-py3-none-any.whl", hash = "sha256:1760a3c0848469b97b558fc61c85233e3dafb69c7a071b4d60c38099d3cd4c06"}, - {file = "rich-13.8.1.tar.gz", hash = "sha256:8260cda28e3db6bf04d2d1ef4dbc03ba80a824c88b0e7668a0f23126a424844a"}, + {file = "rich-13.9.2-py3-none-any.whl", hash = "sha256:8c82a3d3f8dcfe9e734771313e606b39d8247bb6b826e196f4914b333b743cf1"}, + {file = "rich-13.9.2.tar.gz", hash = "sha256:51a2c62057461aaf7152b4d611168f93a9fc73068f8ded2790f29fe2b5366d0c"}, ] [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)"] @@ -4189,4 +4190,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "0d276584b5096c3e66aea6e4dacc911801316c513cd5eee0515a4a9216f4f605" +content-hash = "90eaa8b3bbdd784f858fd1c36bcf221882cbfa941bc7b7af2c2740462614c7cb" diff --git a/pyproject.toml b/pyproject.toml index 2dd587fd..f382a9d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ python-decouple = "^3.8" psycopg2 = "^2.9.9" PyJWT = "^2.9.0" Jinja2 = "^3.1.4" -rich = "^13.8.1" +rich = "^13.9.2" asyncclick = "^8.1.7.2" anyio = "^4.6.0" email-validator = "^2.2.0"