Skip to content

Commit 2b487b7

Browse files
committed
Require at least commoncode 30.0.0
This is a fix for #2713 Reference: aboutcode-org/commoncode#31 Reference: #2713 Reported-by: Thomas Druez <tdruez@nexb.com> Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 6606f64 commit 2b487b7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cffi==1.14.5
99
chardet==4.0.0
1010
click==8.0.1
1111
colorama==0.4.4
12-
commoncode==21.8.31
12+
commoncode==30.0.0
1313
construct==2.10.67
1414
cryptography==3.4.7
1515
debian-inspector==30.0.0

setup-mini.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ install_requires =
5959
chardet >= 3.0.0
6060
click >= 6.7, !=7.0
6161
colorama >= 0.3.9
62-
commoncode >= 21.8.31
62+
commoncode >= 30.0.0
6363
debian-inspector >= 30.0.0
6464
dparse >= 0.5.1
6565
fasteners

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ install_requires =
5959
chardet >= 3.0.0
6060
click >= 6.7, !=7.0
6161
colorama >= 0.3.9
62-
commoncode >= 21.8.31
62+
commoncode >= 30.0.0
6363
debian-inspector >= 30.0.0
6464
dparse >= 0.5.1
6565
fasteners

0 commit comments

Comments
 (0)