Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent fb097de commit d502369
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 @@ -38,7 +38,7 @@
'prompt_toolkit >= 2',
'pygments >= 2.0.0',
'urllib3 >= 1.24',
'rich == 13.8.1'
'rich == 13.9.2'
],
keywords=['softlayer', 'cloud', 'slcli', 'ibmcloud'],
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.32.2
prompt_toolkit >= 2
pygments >= 2.0.0
urllib3 >= 1.24
rich == 13.8.1
rich == 13.9.2
# only used for soap transport
# softlayer-zeep >= 5.0.0

0 comments on commit d502369

Please sign in to comment.