Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump rich from 11.1.0 to 12.1.0
Bumps [rich](https://github.com/willmcgugan/rich) from 11.1.0 to 12.1.0.
- [Release notes](https://github.com/willmcgugan/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v11.1.0...v12.1.0)

---
updated-dependencies:
- dependency-name: rich
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 4, 2022
commit c571412d3ce24f49fd925f83590fec61df09051f
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ def get_version():
author_email="[email protected]",
keywords=["cli","developer tools","productivity", "tools"],
packages=find_packages(),
install_requires=["click==8.0.3", "docker==5.0.3", "rich==11.1.0", "dockerpty==0.4.1"],
install_requires=["click==8.0.3", "docker==5.0.3", "rich==12.1.0", "dockerpty==0.4.1"],
entry_points={"console_scripts": ["freshenv=freshenv.cli:cli","fr=freshenv.cli:cli"]},
)