From d8ba0515647222132329019a639ec287a0a3d0d5 Mon Sep 17 00:00:00 2001 From: Ayan Sinha Mahapatra Date: Sat, 15 Feb 2025 01:28:08 +0530 Subject: [PATCH 1/2] Bump commoncode to v32.2.0 Signed-off-by: Ayan Sinha Mahapatra --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 622f7839fd..da3c92e270 100644 --- a/setup.cfg +++ b/setup.cfg @@ -74,7 +74,7 @@ install_requires = # ScanCode-toolkit scancode-toolkit[packages]==32.3.2 extractcode[full]==31.0.0 - commoncode==32.1.0 + commoncode==32.2.0 packageurl-python==0.16.0 # FetchCode fetchcode-container==1.2.3.210512; sys_platform == "linux" From 9924a3dd664ea96d67e1c80e4738432339fabcdb Mon Sep 17 00:00:00 2001 From: Ayan Sinha Mahapatra Date: Sat, 15 Feb 2025 02:09:43 +0530 Subject: [PATCH 2/2] Pin Beautifulsoup as a dependency This comes as a dependency from commoncode.text Signed-off-by: Ayan Sinha Mahapatra --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index da3c92e270..db87049070 100644 --- a/setup.cfg +++ b/setup.cfg @@ -75,6 +75,7 @@ install_requires = scancode-toolkit[packages]==32.3.2 extractcode[full]==31.0.0 commoncode==32.2.0 + Beautifulsoup4[chardet]==4.13.3 packageurl-python==0.16.0 # FetchCode fetchcode-container==1.2.3.210512; sys_platform == "linux"