diff --git a/poetry.lock b/poetry.lock index 52f00c2..4b26bf2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -751,13 +751,13 @@ rsa = ["oauthlib[signedtoken] (>=3.0.0)"] [[package]] name = "rich" -version = "13.5.2" +version = "13.6.0" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" optional = false python-versions = ">=3.7.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.dependencies] @@ -898,4 +898,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "a8e5c794721dfe25bbaccb793e12994ca4792ba0539525acf8b0e43539b6ae88" +content-hash = "f7297f8f8e4c0fb061f1d920151091a6703ee531fd4846ec1e35f9e8c33fc28c" diff --git a/pyproject.toml b/pyproject.toml index 831c2a0..6e21d35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [] python = "^3.9" slack-sdk = "^3.21" requests = "^2.31" -rich = "^13.5" +rich = "^13.6" loguru = "^0.7.0" python-dateutil = "^2.8" google-api-python-client = "^2.97"