Skip to content

Commit 0afedfa

Browse files
Merge pull request #2231 from softlayer/dependabot/pip/rich-14.1.0
pip prod(deps): bump rich from 14.0.0 to 14.1.0
2 parents 02da75c + 1118f71 commit 0afedfa

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
@@ -37,7 +37,7 @@
3737
'prompt_toolkit >= 2',
3838
'pygments >= 2.0.0',
3939
'urllib3 >= 1.24',
40-
'rich == 14.0.0'
40+
'rich == 14.1.0'
4141
],
4242
keywords=['softlayer', 'cloud', 'slcli', 'ibmcloud'],
4343
classifiers=[

tools/requirements.txt

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

0 commit comments

Comments
 (0)