Skip to content

Commit 3b29dcc

Browse files
Support debian-inspector v31.1.0
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent c5dd035 commit 3b29dcc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ commoncode==31.0.3
1313
construct==2.10.68
1414
container-inspector==31.1.0
1515
cryptography==37.0.4
16-
debian-inspector==31.0.0
16+
debian-inspector==31.1.0
1717
dockerfile-parse==1.2.0
1818
dparse2==0.7.0
1919
extractcode==31.0.0

setup-mini.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ install_requires =
7272
colorama >= 0.3.9
7373
commoncode >= 31.0.2
7474
container-inspector >= 31.0.0
75-
debian-inspector >= 31.0.0
75+
debian-inspector >= 31.1.0
7676
dparse2 >= 0.7.0
7777
fasteners
7878
fingerprints >= 0.6.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ install_requires =
7272
colorama >= 0.3.9
7373
commoncode >= 31.0.3
7474
container-inspector >= 31.0.0
75-
debian-inspector >= 31.0.0
75+
debian-inspector >= 31.1.0
7676
dparse2 >= 0.7.0
7777
fasteners
7878
fingerprints >= 0.6.0

0 commit comments

Comments
 (0)