diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-09-30 00:14:17 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-09-30 00:14:17 +0800 |
commit | 92eb038418e78d123271506105059453e84cf5ee (patch) | |
tree | 76964fd124db4fb66ff326b292164141094451c1 /net/py-softlayer/files/patch-setup.py | |
parent | net/py-python-barbicanclient: Update to 5.6.1 (diff) |
net/py-softlayer: Update to 6.1.9
Changes: https://github.com/softlayer/softlayer-python/releases
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 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=[ |