Skip to content

Commit bed234d

Browse files
Merge pull request #1928 from softlayer/dependabot/pip/rich-13.3.5
pip prod(deps): bump rich from 13.3.4 to 13.3.5
2 parents 13f0fc8 + ac93a8c commit bed234d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
'prompt_toolkit >= 2',
4141
'pygments >= 2.0.0',
4242
'urllib3 >= 1.24',
43-
'rich == 13.3.4'
43+
'rich == 13.3.5'
4444
],
4545
keywords=['softlayer', 'cloud', 'slcli'],
4646
classifiers=[

tools/requirements.txt

Lines changed: 1 addition & 1 deletion
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.3.4
7+
rich == 13.3.5
88
# only used for soap transport
99
# softlayer-zeep >= 5.0.0

0 commit comments

Comments
 (0)