diff --git a/poetry.lock b/poetry.lock index a1dbf68..0da6df9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1376,14 +1376,14 @@ toml = ">=0.10.2,<0.11.0" [[package]] name = "rich" -version = "12.6.0" +version = "13.0.0" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" category = "main" optional = false -python-versions = ">=3.6.3,<4.0.0" +python-versions = ">=3.7.0" files = [ - {file = "rich-12.6.0-py3-none-any.whl", hash = "sha256:a4eb26484f2c82589bd9a17c73d32a010b1e29d89f1604cd9bf3a2097b81bb5e"}, - {file = "rich-12.6.0.tar.gz", hash = "sha256:ba3a3775974105c221d31141f2c116f4fd65c5ceb0698657a11e9f295ec93fd0"}, + {file = "rich-13.0.0-py3-none-any.whl", hash = "sha256:12b1d77ee7edf251b741531323f0d990f5f570a4e7c054d0bfb59fb7981ad977"}, + {file = "rich-13.0.0.tar.gz", hash = "sha256:3aa9eba7219b8c575c6494446a59f702552efe1aa261e7eeb95548fa586e1950"}, ] [package.dependencies] @@ -1761,4 +1761,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "26f3bade470f78a0f77a74fdecf60072ab51afb8ecfc9147de6bdf6720042da3" +content-hash = "9a7a7049591a25b8ad98bcdd1a623a0a199a684c9a237633dc002b030996faf7" diff --git a/pyproject.toml b/pyproject.toml index 7328726..b3a072c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" python = "^3.10" typer = "^0.7.0" aiohttp = "^3.8.1" -rich = "^12.5.1" +rich = "^13.0.0" # https://github.com/yukinarit/pyserde/issues/292 pyserde = "0.8.3"