Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
python_architecture: x64
test_suites:
click_versions: |
for clk_ver in 8.1.3 8.1.2 8.1.1 8.1.0 8.0.4 8.0.3 8.0.2 8.0.1 7.1.2 7.1.1 7.1 6.7;
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;
do
venv/bin/pip install click==$clk_ver;
venv/bin/scancode -i samples/ -n3 --json foo.json;
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ certifi==2024.2.2
cffi==1.16.0
chardet==5.0.0
charset-normalizer==2.1.0
click==8.1.7
click==8.2.1;python_version>='3.10'
click==8.1.7;python_version<'3.10'
colorama==0.4.5
commoncode==32.2.1
commoncode==32.3.0
construct==2.10.68
container-inspector==31.1.0
cryptography==42.0.5
Expand Down
5 changes: 3 additions & 2 deletions setup-mini.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@ install_requires =
Beautifulsoup4[chardet] >= 4.13.0
boolean.py >= 4.0
chardet >= 3.0.0
click >= 6.7, !=7.0, !=8.1.8
click >= 6.7, !=7.0, !=8.1.8;python_version<'3.10'
click >= 8.2.0;python_version>='3.10'
colorama >= 0.3.9
commoncode >= 32.2.1
commoncode >= 32.3.0
container-inspector >= 31.0.0
debian-inspector >= 31.1.0
dparse2 >= 0.7.0
Expand Down
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@ install_requires =
Beautifulsoup4[chardet] >= 4.13.0
boolean.py >= 4.0
chardet >= 3.0.0
click >= 6.7, !=7.0, !=8.1.8
click >= 6.7, !=7.0, !=8.1.8;python_version<'3.10'
click >= 8.2.0;python_version>='3.10'
colorama >= 0.3.9
commoncode >= 32.2.1
commoncode >= 32.3.0
container-inspector >= 31.0.0
debian-inspector >= 31.1.0
dparse2 >= 0.7.0
Expand Down