diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3ebb68c1c..0d4c03750 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -43,6 +43,10 @@ v33.0.0 (unreleased) - Split the pipes unit tests into their own related submodule. +- Upgrade ScanCode Toolkit to v31.2.6 + https://github.com/nexB/scancode.io/issues/693 + + v32.1.0 (2023-03-23) -------------------- diff --git a/setup.cfg b/setup.cfg index fc88cd6cb..f859527f5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = scancodeio -version = 32.1.0 +version = 32.1.1 license = Apache-2.0 description = Automate software composition analysis pipelines long_description = file:README.rst @@ -71,7 +71,7 @@ install_requires = # Docker container-inspector==32.0.1 # ScanCode-toolkit - scancode-toolkit[packages]==31.2.4 + scancode-toolkit[packages]==31.2.6 extractcode[full]==31.0.0 commoncode==31.0.2 # FetchCode