diff options
Diffstat (limited to 'net/py-softlayer/files/patch-setup.py')
-rw-r--r-- | net/py-softlayer/files/patch-setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-softlayer/files/patch-setup.py b/net/py-softlayer/files/patch-setup.py index 8b71184e3959..4067e9c56ed8 100644 --- a/net/py-softlayer/files/patch-setup.py +++ b/net/py-softlayer/files/patch-setup.py @@ -10,8 +10,8 @@ 'prompt_toolkit >= 2', 'pygments >= 2.0.0', 'urllib3 >= 1.24', -- 'rich == 12.3.0' -+ 'rich >= 12.3.0' +- 'rich == 12.5.1' ++ 'rich >= 12.5.1' ], keywords=['softlayer', 'cloud', 'slcli'], classifiers=[ |