From 95424734aa18e96715c0b8be2a4b28388efbe9d1 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Wed, 31 Aug 2022 19:24:09 +0800 Subject: net/py-softlayer: Update to 6.1.1 Changes: https://github.com/softlayer/softlayer-python/releases --- net/py-softlayer/files/patch-setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/py-softlayer/files/patch-setup.py') 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=[ -- cgit v1.2.3