### Description New scancode-toolkit installations will fail to scan due to commoncode pulling an unsupported version of click: https://github.com/aboutcode-org/commoncode/issues/85 ### How To Reproduce ``` python -m venv ./venv .\venv\Scripts\activate pip install scancode-toolkit==32.3.3 git clone https://github.com/ClickHouse/clickhouse-java.git scancode --copyright --email --info --license --license-text --license-references --url --classify --processes 4 --max-depth 1 --json scancode-toolkit-scan.json .\clickhouse-java ``` ### System configuration * Windows 10 * scancode-toolkit==32.3.3