Skip to content

Commit f0a131c

Browse files
Merge pull request #2116 from softlayer/dependabot/pip/rich-13.7.0
pip prod(deps): bump rich from 13.6.0 to 13.7.0
2 parents 35139b4 + 9515663 commit f0a131c

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
@@ -39,7 +39,7 @@
3939
'prompt_toolkit >= 2',
4040
'pygments >= 2.0.0',
4141
'urllib3 >= 1.24',
42-
'rich == 13.6.0'
42+
'rich == 13.7.0'
4343
],
4444
keywords=['softlayer', 'cloud', 'slcli'],
4545
classifiers=[

tools/requirements.txt

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

0 commit comments

Comments
 (0)