From e6f5281245f47eaab25bb6be17ce4f952fa9325a Mon Sep 17 00:00:00 2001 From: Christine K <125943705+karistom@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:23:01 +1000 Subject: [PATCH 1/8] update --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index cf2fc9885..39b0dfd4a 100644 --- a/README.rst +++ b/README.rst @@ -174,7 +174,7 @@ Python Packages --------------- * prettytable >= 2.5.0 * click >= 8.0.4 -* requests >= 2.20.0 +* requests >= 2.32.2 * prompt_toolkit >= 2 * pygments >= 2.0.0 * urllib3 >= 1.24 From 60dcf16bcb589aad440c0172dc2d2709da3a00b2 Mon Sep 17 00:00:00 2001 From: Christine K <125943705+karistom@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:23:53 +1000 Subject: [PATCH 2/8] update requests --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fd008d57f..5ab47f220 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ install_requires=[ 'prettytable >= 2.5.0', 'click >= 8.0.4', - 'requests >= 2.20.0', + 'requests >= 2.32.2', 'prompt_toolkit >= 2', 'pygments >= 2.0.0', 'urllib3 >= 1.24', From f297f2892259a6c3a25142ace43edde5147eff4c Mon Sep 17 00:00:00 2001 From: Christine K <125943705+karistom@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:24:19 +1000 Subject: [PATCH 3/8] update requests --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index 66abd689c..68582aec9 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -1,6 +1,6 @@ prettytable >= 2.5.0 click >= 8.0.4 -requests >= 2.20.0 +requests >= 2.32.2 prompt_toolkit >= 2 pygments >= 2.0.0 urllib3 >= 1.24 From c23572515af2db88ed69ea1e60326cf5a94368a5 Mon Sep 17 00:00:00 2001 From: Christine K <125943705+karistom@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:24:40 +1000 Subject: [PATCH 4/8] update requests --- tools/test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-requirements.txt b/tools/test-requirements.txt index 6b546ccf3..e40183675 100644 --- a/tools/test-requirements.txt +++ b/tools/test-requirements.txt @@ -6,7 +6,7 @@ mock sphinx prettytable >= 2.5.0 click >= 8.0.4 -requests >= 2.20.0 +requests >= 2.32.2 prompt_toolkit >= 2 pygments >= 2.0.0 urllib3 >= 1.24 From 487daa78ac5739a9d2cd8a172fbaf3af2df66b12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 03:38:19 +0000 Subject: [PATCH 5/8] pip prod(deps): bump sphinx from 7.4.4 to 7.4.7 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.4.4 to 7.4.7. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.4.4...v7.4.7) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 36adedad3..02463a499 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -sphinx==7.4.4 +sphinx==7.4.7 sphinx_rtd_theme==2.0.0 sphinx-click==6.0.0 click From 6783d32b6f3c2532129fb80cae30e45ce6d9c116 Mon Sep 17 00:00:00 2001 From: Christopher Gallo Date: Thu, 25 Jul 2024 11:14:58 -0500 Subject: [PATCH 6/8] Update codeql-analysis.yml to v3 Missed the autobuild version, updating that --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index dc02956df..d43890b44 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -54,7 +54,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v2 + uses: github/codeql-action/autobuild@v3 # â„šī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl From cf92990c0f68d044d899b853a92fa5c44d281024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 21:29:53 +0000 Subject: [PATCH 7/8] pip prod(deps): bump sphinx from 7.4.7 to 8.0.0 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.4.7 to 8.0.0. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.4.7...v8.0.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 02463a499..0dffff663 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -sphinx==7.4.7 +sphinx==8.0.0 sphinx_rtd_theme==2.0.0 sphinx-click==6.0.0 click From a1844999db12a9558734f075094d2b10b67e1733 Mon Sep 17 00:00:00 2001 From: Christopher Gallo Date: Mon, 29 Jul 2024 17:14:33 -0500 Subject: [PATCH 8/8] V6.2.4 version bump --- SoftLayer/consts.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SoftLayer/consts.py b/SoftLayer/consts.py index 02cc3352e..0b20929f6 100644 --- a/SoftLayer/consts.py +++ b/SoftLayer/consts.py @@ -5,7 +5,7 @@ :license: MIT, see LICENSE for more details. """ -VERSION = 'v6.2.3' +VERSION = 'v6.2.4' API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3.1/' API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3.1/' API_PUBLIC_ENDPOINT_REST = 'https://api.softlayer.com/rest/v3.1/' diff --git a/setup.py b/setup.py index 5ab47f220..b930bb8ad 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name='SoftLayer', - version='v6.2.3', + version='v6.2.4', description=DESCRIPTION, long_description=LONG_DESCRIPTION, long_description_content_type='text/x-rst',