Skip to content

Commit

Permalink
pip prod(deps): bump rich from 13.6.0 to 13.7.0
Browse files Browse the repository at this point in the history
Bumps [rich](https://github.com/Textualize/rich) from 13.6.0 to 13.7.0.
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v13.6.0...v13.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 35139b4 commit 9515663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
'prompt_toolkit >= 2',
'pygments >= 2.0.0',
'urllib3 >= 1.24',
'rich == 13.6.0'
'rich == 13.7.0'
],
keywords=['softlayer', 'cloud', 'slcli'],
classifiers=[
Expand Down
2 changes: 1 addition & 1 deletion tools/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ requests >= 2.20.0
prompt_toolkit >= 2
pygments >= 2.0.0
urllib3 >= 1.24
rich == 13.6.0
rich == 13.7.0
# only used for soap transport
# softlayer-zeep >= 5.0.0

0 comments on commit 9515663

Please sign in to comment.