File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,10 @@ certifi==2024.2.2
88cffi == 1.16.0
99chardet == 5.0.0
1010charset-normalizer == 2.1.0
11- click == 8.1.7
11+ click == 8.2.1 ;python_version >= '3.10'
12+ click == 8.1.7 ;python_version < '3.10'
1213colorama == 0.4.5
13- commoncode == 32.2.1
14+ commoncode == 32.3.0
1415construct == 2.10.68
1516container-inspector == 31.1.0
1617cryptography == 42.0.5
Original file line number Diff line number Diff line change @@ -67,9 +67,10 @@ install_requires =
6767 Beautifulsoup4[chardet] >= 4.13.0
6868 boolean.py >= 4.0
6969 chardet >= 3.0.0
70- click >= 6.7, !=7.0, !=8.1.8
70+ click >= 6.7, !=7.0, !=8.1.8; python_version<'3.10'
71+ click >= 8.2.0; python_version>='3.10'
7172 colorama >= 0.3.9
72- commoncode >= 32.2.1
73+ commoncode >= 32.3.0
7374 container-inspector >= 31.0.0
7475 debian-inspector >= 31.1.0
7576 dparse2 >= 0.7.0
Original file line number Diff line number Diff line change @@ -67,9 +67,10 @@ install_requires =
6767 Beautifulsoup4[chardet] >= 4.13.0
6868 boolean.py >= 4.0
6969 chardet >= 3.0.0
70- click >= 6.7, !=7.0, !=8.1.8
70+ click >= 6.7, !=7.0, !=8.1.8; python_version<'3.10'
71+ click >= 8.2.0; python_version>='3.10'
7172 colorama >= 0.3.9
72- commoncode >= 32.2.1
73+ commoncode >= 32.3.0
7374 container-inspector >= 31.0.0
7475 debian-inspector >= 31.1.0
7576 dparse2 >= 0.7.0
You can’t perform that action at this time.
0 commit comments