Skip to content

Commit c226a74

Browse files
Merge pull request #2198 from softlayer/dependabot/pip/rich-13.9.4
pip prod(deps): bump rich from 13.9.2 to 13.9.4
2 parents e29995c + a64f6ea commit c226a74

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)