diff options
Diffstat (limited to 'net/py-softlayer/files/patch-setup.py')
-rw-r--r-- | net/py-softlayer/files/patch-setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/py-softlayer/files/patch-setup.py b/net/py-softlayer/files/patch-setup.py index 284677b3422a..4ddb1c9083ad 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-05-03 21:38:15 UTC +--- setup.py.orig 2023-09-12 22:05:59 UTC +++ setup.py @@ -40,7 +40,7 @@ setup( 'prompt_toolkit >= 2', 'pygments >= 2.0.0', 'urllib3 >= 1.24', -- 'rich == 13.3.5' -+ 'rich >= 13.3.5' +- 'rich == 13.5.2' ++ 'rich >= 13.5.2' ], keywords=['softlayer', 'cloud', 'slcli'], classifiers=[ |