Skip to content

Commit a64f6ea

Browse files
pip prod(deps): bump rich from 13.9.2 to 13.9.4
Bumps [rich](https://github.com/Textualize/rich) from 13.9.2 to 13.9.4. - [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.4) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8a57db7 commit a64f6ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
'prompt_toolkit >= 2',
3939
'pygments >= 2.0.0',
4040
'urllib3 >= 1.24',
41-
'rich == 13.9.2'
41+
'rich == 13.9.4'
4242
],
4343
keywords=['softlayer', 'cloud', 'slcli', 'ibmcloud'],
4444
classifiers=[

tools/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ requests >= 2.32.2
44
prompt_toolkit >= 2
55
pygments >= 2.0.0
66
urllib3 >= 1.24
7-
rich == 13.9.2
7+
rich == 13.9.4
88
# only used for soap transport
99
# softlayer-zeep >= 5.0.0

0 commit comments

Comments
 (0)