Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 8a57db7 commit e55e441
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.9.2'
'rich == 13.9.3'
],
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.9.2
rich == 13.9.3
# only used for soap transport
# softlayer-zeep >= 5.0.0

0 comments on commit e55e441

Please sign in to comment.