Skip to content

Commit 0b4053e

Browse files
authored
Merge pull request #586 from nexB/fix-dep-issues
Fix dependency issues
2 parents 8109819 + b05d84d commit 0b4053e

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

scanpipe/tests/data/is-npm-1.0.0_scan_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"errors": [],
2121
"warnings": [],
2222
"extra_data": {
23-
"spdx_license_list_version": "3.17",
23+
"spdx_license_list_version": "3.18",
2424
"files_count": 3
2525
}
2626
}

scanpipe/tests/data/multiple-is-npm-1.0.0_scan_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"errors": [],
2121
"warnings": [],
2222
"extra_data": {
23-
"spdx_license_list_version": "3.17",
23+
"spdx_license_list_version": "3.18",
2424
"files_count": 6
2525
}
2626
}

scanpipe/tests/data/package_assembly_codebase.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"platform_version": "#138~18.04.1-Ubuntu SMP Fri Jun 24 14:14:03 UTC 2022",
2828
"python_version": "3.10.4 (main, May 22 2022, 00:46:26) [GCC 7.5.0]"
2929
},
30-
"spdx_license_list_version": "3.17",
30+
"spdx_license_list_version": "3.18",
3131
"files_count": 3
3232
}
3333
}

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ install_requires =
7070
# Docker
7171
container_inspector==32.0.1
7272
# ScanCode-toolkit
73-
scancode-toolkit[packages]==31.2.1
73+
scancode-toolkit[packages]==31.2.4
7474
extractcode[full]==31.0.0
7575
commoncode==31.0.0
7676
# FetchCode
7777
fetchcode-container==1.2.3.210512; sys_platform == "linux"
7878
# Inspectors
79-
python-inspector==0.9.2
79+
python-inspector==0.9.4
8080
aboutcode-toolkit==7.2.0
8181
# Utilities
8282
XlsxWriter==3.0.3

0 commit comments

Comments
 (0)