@@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " scancodeio"
7- version = " 36.0.1 "
7+ version = " 36.1.0 "
88description = " Automate software composition analysis pipelines"
99readme = " README.rst"
10- requires-python = " >=3.10,<3.14 "
10+ requires-python = " >=3.10"
1111license = " Apache-2.0"
1212license-files = [" LICENSE" , " NOTICE" , " scan.NOTICE" ]
1313authors = [
@@ -30,6 +30,7 @@ classifiers = [
3030 " Programming Language :: Python :: 3.11" ,
3131 " Programming Language :: Python :: 3.12" ,
3232 " Programming Language :: Python :: 3.13" ,
33+ " Programming Language :: Python :: 3.14" ,
3334 " Topic :: Utilities"
3435]
3536
@@ -56,26 +57,23 @@ dependencies = [
5657 # WSGI server
5758 " gunicorn==23.0.0" ,
5859 # Docker
59- " container-inspector==33.0 .0" ,
60+ " container-inspector==33.1 .0" ,
6061 # ScanCode-toolkit
61- " scancode-toolkit[packages]==32.4.1 " ,
62+ " scancode-toolkit[packages]==32.5.0 " ,
6263 " extractcode[full]==31.0.0" ,
63- " commoncode==32.3.0 " ,
64+ " commoncode==32.4.2 " ,
6465 " Beautifulsoup4[chardet]==4.13.4" ,
6566 " packageurl-python==0.17.6" ,
66- # Workaround issue https://github.com/aboutcode-org/scancode.io/issues/1795
67- " fingerprints==1.2.3" ,
68- " normality==2.6.1" ,
6967 # FetchCode
7068 " fetchcode==0.8.0" ,
7169 " fetchcode-container==1.2.3.210512; sys_platform == 'linux'" ,
7270 # Inspectors
7371 " elf-inspector==0.0.3" ,
7472 " go-inspector==0.5.0" ,
75- " rust-inspector==0.1.0 " ,
76- " binary-inspector==0.1.2 " ,
73+ " rust-inspector==0.2.1 " ,
74+ " binary-inspector==0.2.0 " ,
7775 " python-inspector==0.15.0" ,
78- " source-inspector==0.7.0 ; sys_platform != 'darwin' and platform_machine != 'arm64'" ,
76+ " source-inspector==0.7.1 ; sys_platform != 'darwin' and platform_machine != 'arm64'" ,
7977 " aboutcode-toolkit==11.1.1" ,
8078 # Utilities
8179 " XlsxWriter==3.2.9" ,
@@ -101,9 +99,7 @@ dependencies = [
10199 # AboutCode pipeline
102100 " aboutcode.pipeline==0.2.1" ,
103101 # ScoreCode
104- " scorecode==0.0.4" ,
105- # Workaround issue https://github.com/aboutcode-org/scancode.io/issues/1885
106- " click==8.2.1"
102+ " scorecode==0.0.4"
107103]
108104
109105[project .optional-dependencies ]
0 commit comments