diff --git a/pdm.lock b/pdm.lock index 138abcf..a87f0ea 100644 --- a/pdm.lock +++ b/pdm.lock @@ -6,7 +6,7 @@ groups = ["default", "dev", "hyper", "test"] cross_platform = true static_urls = false lock_version = "4.3" -content_hash = "sha256:ac5de88bc2a83ac02168b0b25a3a254ed63f007f7cbdfbcc28134cc0ed9b2e8c" +content_hash = "sha256:8432454def7ed4df4b443476719323d7ff54e5a103a682d504986605272ace55" [[package]] name = "anyio" @@ -1307,7 +1307,7 @@ files = [ [[package]] name = "rich" -version = "13.5.2" +version = "13.6.0" requires_python = ">=3.7.0" summary = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" dependencies = [ @@ -1315,8 +1315,8 @@ dependencies = [ "pygments<3.0.0,>=2.13.0", ] files = [ - {file = "rich-13.5.2-py3-none-any.whl", hash = "sha256:146a90b3b6b47cac4a73c12866a499e9817426423f57c5a66949c086191a8808"}, - {file = "rich-13.5.2.tar.gz", hash = "sha256:fb9d6c0a0f643c99eed3875b5377a184132ba9be4d61516a55273d3554d75a39"}, + {file = "rich-13.6.0-py3-none-any.whl", hash = "sha256:2b38e2fe9ca72c9a00170a1a2d20c63c790d0e10ef1fe35eba76e1e7b1d7d245"}, + {file = "rich-13.6.0.tar.gz", hash = "sha256:5c14d22737e6d5084ef4771b62d5d4363165b403455a30a1c8ca39dc7b644bef"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index 924490b..6c778be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "bidict>=0.22.1", "cashews>=6.3.0", "flowery>=0.0.1", - "rich>=13.5.2", + "rich>=13.6.0", "loguru>=0.7.2", "tomli>=2.0.1; python_version < \"3.11\"", "pyyaml>=6.0.1",