From 2ed2737563ca64de3875bf7f3a768766d5eafaa9 Mon Sep 17 00:00:00 2001 From: Nightriff <66378309+Nightriff@users.noreply.github.com> Date: Tue, 27 May 2025 17:22:50 -0700 Subject: [PATCH 1/3] Includes security fixes and potential bug fixes from a few of the packages. --- requirements.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/requirements.txt b/requirements.txt index d31cf99..111d8b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ -future ~= 0.18.3 -certifi ~= 2023.5.7 -six ~= 1.16.0 -python_dateutil ~= 2.8.2 -setuptools ~= 67.6.1 -urllib3 ~= 1.26.15 -aiohttp ~= 3.8.4 -aiolimiter ~= 1.0.0 -pyjwt[crypto] ~= 2.6.0 -cryptography ~= 40.0.1 -pyjwt-key-fetcher ~= 0.4.0 +future ~= 1.0.0 +certifi ~= 2025.4.26 +six ~= 1.17.0 +python_dateutil ~= 2.9.0.post0 +setuptools ~= 80.9.0 +urllib3 >= 1.21.1, < 1.27 +aiohttp ~= 3.12.2 +aiolimiter ~= 1.2.1 +pyjwt[crypto] ~= 2.10.1 +cryptography ~= 45.0.3 +pyjwt-key-fetcher ~= 0.8.0 \ No newline at end of file From 2d4a2231306748e67474148eb78a429e576975c0 Mon Sep 17 00:00:00 2001 From: Nightriff <66378309+Nightriff@users.noreply.github.com> Date: Tue, 27 May 2025 17:24:14 -0700 Subject: [PATCH 2/3] Accidentally deleted newline --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 111d8b1..649e69f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ aiohttp ~= 3.12.2 aiolimiter ~= 1.2.1 pyjwt[crypto] ~= 2.10.1 cryptography ~= 45.0.3 -pyjwt-key-fetcher ~= 0.8.0 \ No newline at end of file +pyjwt-key-fetcher ~= 0.8.0 From 5b870eb08d58a46323fe407afeb99f8b86a30e04 Mon Sep 17 00:00:00 2001 From: Nightriff <66378309+Nightriff@users.noreply.github.com> Date: Tue, 27 May 2025 17:29:55 -0700 Subject: [PATCH 3/3] Run black formatter --- lib/extract_exception_message.py | 6 +++--- lib/get_selected_objects.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/extract_exception_message.py b/lib/extract_exception_message.py index e75a71b..d96da7b 100644 --- a/lib/extract_exception_message.py +++ b/lib/extract_exception_message.py @@ -19,9 +19,9 @@ # SPDX-License-Identifier: MIT """ - Some API responses contain a string body, and others contain a json - body with a Message entry. This returns the message, regardless of either - response type. +Some API responses contain a string body, and others contain a json +body with a Message entry. This returns the message, regardless of either +response type. """ import json diff --git a/lib/get_selected_objects.py b/lib/get_selected_objects.py index 694e75f..88f5521 100644 --- a/lib/get_selected_objects.py +++ b/lib/get_selected_objects.py @@ -19,8 +19,8 @@ # SPDX-License-Identifier: MIT """ - Returns objects selected in any outliner by the user, only including "uploadable" objects. - For a collection to be selectable, it must contain an uploadable descendant. +Returns objects selected in any outliner by the user, only including "uploadable" objects. +For a collection to be selectable, it must contain an uploadable descendant. """ import bpy