diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-11-01 09:50:08 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-11-01 10:08:28 +0800 |
commit | 1534335108e8cc8932c59c5e84f0fc407a8310dc (patch) | |
tree | 2b26a9b01ebcc3ab2b374b642e5e96f832cbcb26 /net/py-softlayer/files/patch-setup.py | |
parent | net/py-matrix-synapse-ldap3: Update to 0.3.0 (diff) |
net/py-softlayer: Update to 6.1.10
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 ec7250b929f7..6cb634c2cf0d 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.3' -+ 'rich >= 13.5.3' +- 'rich == 13.6.0' ++ 'rich >= 13.6.0' ], keywords=['softlayer', 'cloud', 'slcli'], classifiers=[ |