From 03e8625939d636851f2cfcf6d46dc2220adeef81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=96=91=EC=A7=80=EC=9B=90?= Date: Sun, 4 Aug 2024 13:50:23 +0900 Subject: [PATCH 1/2] Upgrade Scancode Toolkit version to 32.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 양지원 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c4123947..f6d800dc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pyparsing -scancode-toolkit>=32.0.2,==32.0.* +scancode-toolkit>=32.2.1,==32.2.* scanoss XlsxWriter fosslight_util>=1.4.47 From d0a60aed57cfe340decf30ea751c7ad4071c5983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=96=91=EC=A7=80=EC=9B=90?= Date: Sat, 10 Aug 2024 17:21:14 +0900 Subject: [PATCH 2/2] Restrict fosslight_util version to 1.4.* MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 양지원 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f6d800dc..1bb7a383 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ pyparsing scancode-toolkit>=32.2.1,==32.2.* scanoss XlsxWriter -fosslight_util>=1.4.47 +fosslight_util>=1.4.47,==1.4.* PyYAML wheel>=0.38.1 intbitset