From c877ef1d69f6a621965991dbd7ede3bfbf3cfafd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 18:21:02 +0000 Subject: [PATCH] Bump rich from 13.3.1 to 13.3.2 Bumps [rich](https://github.com/Textualize/rich) from 13.3.1 to 13.3.2. - [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.1...v13.3.2) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d5563a6..78a45b4 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,6 @@ author_email="raiyanyahyadeveloper@gmail.com", keywords=["cli", "developer tools", "productivity", "openai", "chatgpt"], packages=find_packages(), - install_requires=["click==8.1.3", "openai==0.27.0", "rich==13.3.1"], + install_requires=["click==8.1.3", "openai==0.27.0", "rich==13.3.2"], entry_points={"console_scripts": ["prompt=prompt.cli:cli"]}, )