Skip to content

Commit 2af1c09

Browse files
Merge pull request #2092 from softlayer/dependabot/pip/rich-13.5.3
pip prod(deps): bump rich from 13.5.2 to 13.5.3
2 parents 15c627e + af74c84 commit 2af1c09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: setup.py

+1-1
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.5.2'
43+
'rich == 13.5.3'
4444
],
4545
keywords=['softlayer', 'cloud', 'slcli'],
4646
classifiers=[

Diff for: 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.5.2
7+
rich == 13.5.3
88
# only used for soap transport
99
# softlayer-zeep >= 5.0.0

0 commit comments

Comments
 (0)