diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-06 01:18:34 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-06 01:30:47 +0800 |
commit | d7b09c0fc2040e80a3fb86d714b2bab73cc4e9bb (patch) | |
tree | 4bbc798424bca8419942c4fbef7043c000e3f4c9 /net/py-softlayer/files | |
parent | net/py-python-openstackclient: Update to 6.2.0 (diff) |
net/py-softlayer: Update to 6.1.5
Changes: https://github.com/softlayer/softlayer-python/releases
Diffstat (limited to 'net/py-softlayer/files')
-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 a32ff08a9705..9d6d7e52c1f0 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.3.1' -+ 'rich >= 13.3.1' +- 'rich == 13.3.2' ++ 'rich >= 13.3.2' ], keywords=['softlayer', 'cloud', 'slcli'], classifiers=[ |