From f1cc3c9941577ed1509b7d1e55ddba74f2602172 Mon Sep 17 00:00:00 2001 From: karyotakisg Date: Thu, 17 Jul 2025 00:30:55 +0300 Subject: [PATCH 1/2] Remove unused dependency prettytable --- README.rst | 1 - docs/requirements.txt | 1 - setup.py | 1 - tools/requirements.txt | 2 +- tools/test-requirements.txt | 1 - 5 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 5f82bdd62..29536d085 100644 --- a/README.rst +++ b/README.rst @@ -173,7 +173,6 @@ If you cannot install python 3.6+ for some reason, you will need to use a versio Python Packages --------------- -* prettytable >= 2.5.0 * click >= 8.0.4 * requests >= 2.32.2 * prompt_toolkit >= 2 diff --git a/docs/requirements.txt b/docs/requirements.txt index 894d7abbc..ed9557af2 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,6 +2,5 @@ sphinx_rtd_theme==3.0.2 sphinx==8.2.3 sphinx-click==6.0.0 click -prettytable rich diff --git a/setup.py b/setup.py index 6f3b5e34b..d6e4ac02f 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,6 @@ }, python_requires='>=3.7', install_requires=[ - 'prettytable >= 2.5.0', 'click >= 8.0.4', 'requests >= 2.32.2', 'prompt_toolkit >= 2', diff --git a/tools/requirements.txt b/tools/requirements.txt index f1d20e7a3..45d03d466 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -1,4 +1,4 @@ -prettytable >= 2.5.0 + click >= 8.0.4 requests >= 2.32.2 prompt_toolkit >= 2 diff --git a/tools/test-requirements.txt b/tools/test-requirements.txt index e40183675..4cae08234 100644 --- a/tools/test-requirements.txt +++ b/tools/test-requirements.txt @@ -4,7 +4,6 @@ pytest pytest-cov mock sphinx -prettytable >= 2.5.0 click >= 8.0.4 requests >= 2.32.2 prompt_toolkit >= 2 From 1118f71386cc21af2266112196294b98879d01ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 22:50:41 +0000 Subject: [PATCH 2/2] pip prod(deps): bump rich from 14.0.0 to 14.1.0 Bumps [rich](https://github.com/Textualize/rich) from 14.0.0 to 14.1.0. - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v14.0.0...v14.1.0) --- updated-dependencies: - dependency-name: rich dependency-version: 14.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- tools/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d6e4ac02f..ec0f02c66 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ 'prompt_toolkit >= 2', 'pygments >= 2.0.0', 'urllib3 >= 1.24', - 'rich == 14.0.0' + 'rich == 14.1.0' ], keywords=['softlayer', 'cloud', 'slcli', 'ibmcloud'], classifiers=[ diff --git a/tools/requirements.txt b/tools/requirements.txt index 45d03d466..9c988cdca 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -4,6 +4,6 @@ requests >= 2.32.2 prompt_toolkit >= 2 pygments >= 2.0.0 urllib3 >= 1.24 -rich == 14.0.0 +rich == 14.1.0 # only used for soap transport # softlayer-zeep >= 5.0.0