diff options
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 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=[ |