From b7fbdf28d70bf3f295fe4abf8e3a3ec3489e3e31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 01:30:50 +0000 Subject: [PATCH] Bump rich from 13.3.5 to 13.4.1 Bumps [rich](https://github.com/Textualize/rich) from 13.3.5 to 13.4.1. - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v13.3.5...v13.4.1) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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]