Skip to content

Commit

Permalink
Bump rich from 13.3.1 to 13.3.2
Browse files Browse the repository at this point in the history
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](Textualize/rich@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 6, 2023
1 parent e33ba8e commit c877ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]},
)

0 comments on commit c877ef1

Please sign in to comment.