diff --git a/poetry.lock b/poetry.lock index 10c22b4..923a41d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1004,14 +1004,14 @@ files = [ [[package]] name = "rich" -version = "13.3.5" +version = "13.4.1" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" category = "main" optional = false python-versions = ">=3.7.0" files = [ - {file = "rich-13.3.5-py3-none-any.whl", hash = "sha256:69cdf53799e63f38b95b9bf9c875f8c90e78dd62b2f00c13a911c7a3b9fa4704"}, - {file = "rich-13.3.5.tar.gz", hash = "sha256:2d11b9b8dd03868f09b4fffadc84a6a8cda574e40dc90821bd845720ebb8e89c"}, + {file = "rich-13.4.1-py3-none-any.whl", hash = "sha256:d204aadb50b936bf6b1a695385429d192bc1fdaf3e8b907e8e26f4c4e4b5bf75"}, + {file = "rich-13.4.1.tar.gz", hash = "sha256:76f6b65ea7e5c5d924ba80e322231d7cb5b5981aa60bfc1e694f1bc097fe6fe1"}, ] [package.dependencies] @@ -1269,4 +1269,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a3c89decd60bcf7a33344116687ec1c1e99394ebe775a9557182f30ab783e2a4" +content-hash = "e77612d3b7b04d74c86f456553a4df56758c04646443875ddd6e198ffed53f77" diff --git a/pyproject.toml b/pyproject.toml index 6e2ddf3..63ac5af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ auraxium = "^0.2.3" aio-pika = "^9.0.7" prometheus-client = "^0.16.0" pydantic = "^1.10.7" -rich = "^13.3.5" +rich = "^13.4.1" [tool.poetry.group.dev.dependencies]