diff options
Diffstat (limited to 'net/py-softlayer/files/patch-setup.py')
-rw-r--r-- | net/py-softlayer/files/patch-setup.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/py-softlayer/files/patch-setup.py b/net/py-softlayer/files/patch-setup.py index 6cb634c2cf0d..dc754ab85104 100644 --- a/net/py-softlayer/files/patch-setup.py +++ b/net/py-softlayer/files/patch-setup.py @@ -1,11 +1,11 @@ ---- setup.py.orig 2023-09-12 22:05:59 UTC +--- setup.py.orig 2023-12-20 21:04:33 UTC +++ setup.py -@@ -40,7 +40,7 @@ setup( +@@ -39,7 +39,7 @@ setup( 'prompt_toolkit >= 2', 'pygments >= 2.0.0', 'urllib3 >= 1.24', -- 'rich == 13.6.0' -+ 'rich >= 13.6.0' +- 'rich == 13.7.0' ++ 'rich >= 13.7.0' ], keywords=['softlayer', 'cloud', 'slcli'], classifiers=[ |