Skip to content

Commit 739466c

Browse files
Update commoncode with click compatibility fixes
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 93a2d69 commit 739466c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
python_architecture: x64
185185
test_suites:
186186
click_versions: |
187-
for clk_ver in 8.2.0 8.2.1 8.1.7 8.1.6 8.1.5 8.1.4 8.1.3 8.1.2 8.1.1 8.1.0 8.0.4 8.0.2 8.0.3 8.0.1 7.1.2 7.1.1 7.1 6.7;
187+
for clk_ver in 8.3.0 8.2.0 8.2.1 8.1.7 8.1.6 8.1.5 8.1.4 8.1.3 8.1.2 8.1.1 8.1.0 8.0.4 8.0.2 8.0.3 8.0.1 7.1.2 7.1.1 7.1 6.7;
188188
do
189189
venv/bin/pip install click==$clk_ver;
190190
venv/bin/scancode -i samples/ -n3 --json foo.json;

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ certifi==2025.6.15
88
cffi==1.17.1
99
chardet==5.2.0
1010
charset-normalizer==3.4.2
11-
click==8.2.1;python_version>='3.10'
11+
click==8.3.0;python_version>='3.10'
1212
click==8.1.7;python_version<'3.10'
1313
colorama==0.4.6
1414
commoncode==32.3.0

0 commit comments

Comments
 (0)