Skip to content

Commit 03b8456

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

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ 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
14-
commoncode==32.3.0
14+
commoncode==32.4.0
1515
construct==2.10.70
1616
container-inspector==33.0.0
1717
cryptography==45.0.4

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ install_requires =
7373
click >= 6.7, !=7.0, !=8.1.8;python_version<'3.10'
7474
click >= 8.2.0;python_version>='3.10'
7575
colorama >= 0.3.9
76-
commoncode >= 32.3.0
76+
commoncode >= 32.4.0
7777
container-inspector >= 31.0.0
7878
debian-inspector >= 31.1.0
7979
dparse2 >= 0.7.0

0 commit comments

Comments
 (0)