Skip to content

Commit ce8eaf7

Browse files
authored
Upgrade scancode to 32.3.3 and downgrade click to 8.1.8 (#49047)
1 parent 480efac commit ce8eaf7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eng/install-scancode.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ set -euo pipefail
55
# Install instructions: https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html#installation-as-a-library-via-pip
66

77
# See latest release at https://github.com/nexB/scancode-toolkit/releases
8-
SCANCODE_VERSION="32.3.2"
8+
SCANCODE_VERSION="32.3.3"
99

1010
pyEnvPath="/tmp/scancode-env"
1111
python3 -m venv $pyEnvPath
1212
source $pyEnvPath/bin/activate
1313
pip install scancode-toolkit==$SCANCODE_VERSION
14+
pip install click==8.1.8
1415
deactivate
1516

1617
# Setup a script which executes scancode in the virtual environment

0 commit comments

Comments
 (0)