There was an error while loading. Please reload this page.
1 parent a2c2f58 commit 9c9bc44Copy full SHA for 9c9bc44
2 files changed
CHANGELOG.rst
@@ -43,6 +43,10 @@ v33.0.0 (unreleased)
43
44
- Split the pipes unit tests into their own related submodule.
45
46
+- Upgrade ScanCode Toolkit to v31.2.6
47
+ https://github.com/nexB/scancode.io/issues/693
48
+
49
50
v32.1.0 (2023-03-23)
51
--------------------
52
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = scancodeio
3
-version = 32.1.0
+version = 32.1.1
4
license = Apache-2.0
5
description = Automate software composition analysis pipelines
6
long_description = file:README.rst
@@ -71,7 +71,7 @@ install_requires =
71
# Docker
72
container-inspector==32.0.1
73
# ScanCode-toolkit
74
- scancode-toolkit[packages]==31.2.4
+ scancode-toolkit[packages]==31.2.6
75
extractcode[full]==31.0.0
76
commoncode==31.0.2
77
# FetchCode
0 commit comments