From 92eb038418e78d123271506105059453e84cf5ee Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Sat, 30 Sep 2023 00:14:17 +0800 Subject: net/py-softlayer: Update to 6.1.9 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 4ddb1c9083ad..ec7250b929f7 100644 --- a/net/py-softlayer/files/patch-setup.py +++ b/net/py-softlayer/files/patch-setup.py @@ -4,8 +4,8 @@ 'prompt_toolkit >= 2', 'pygments >= 2.0.0', 'urllib3 >= 1.24', -- 'rich == 13.5.2' -+ 'rich >= 13.5.2' +- 'rich == 13.5.3' ++ 'rich >= 13.5.3' ], keywords=['softlayer', 'cloud', 'slcli'], classifiers=[ -- cgit v1.2.3