From 7f762f65f2846f3e7bdf8fb23e0200cf3512c134 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 07:14:14 +0000 Subject: [PATCH] Bump rich from 13.5.3 to 13.6.0 Bumps [rich](https://github.com/Textualize/rich) from 13.5.3 to 13.6.0. - [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.5.3...v13.6.0) --- 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 ec414e4..72a9223 100644 --- a/poetry.lock +++ b/poetry.lock @@ -698,13 +698,13 @@ py = ">=1.4.26,<2.0.0" [[package]] name = "rich" -version = "13.5.3" +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.3-py3-none-any.whl", hash = "sha256:9257b468badc3d347e146a4faa268ff229039d4c2d176ab0cffb4c4fbc73d5d9"}, - {file = "rich-13.5.3.tar.gz", hash = "sha256:87b43e0543149efa1253f485cd845bb7ee54df16c9617b8a893650ab84b4acb6"}, + {file = "rich-13.6.0-py3-none-any.whl", hash = "sha256:2b38e2fe9ca72c9a00170a1a2d20c63c790d0e10ef1fe35eba76e1e7b1d7d245"}, + {file = "rich-13.6.0.tar.gz", hash = "sha256:5c14d22737e6d5084ef4771b62d5d4363165b403455a30a1c8ca39dc7b644bef"}, ] [package.dependencies] @@ -894,4 +894,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "b7ff7369128f8bf45f0fe6ed7f620b6234c64064745902768a410c3c8343bcb6" +content-hash = "d2f25e8f83694499b2038aab90948a49d7a1cff4826f4b09a61fbfbeb1ab8e2d" diff --git a/pyproject.toml b/pyproject.toml index bb8a10d..0e293b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" requests = "^2.31.0" -rich = "^13.5.3" +rich = "^13.6.0" openai = "^0.28.1" bs4 = "^0.0.1" typer = "^0.9.0"