Skip to content

Commit d2bf879

Browse files
authored
fix: bump binutils to v2.34-6ubuntu1.3 in package list parser test (#1434)
1 parent ca5e94c commit d2bf879

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_package_list_parser.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class TestPackageListParser:
4343
"default": {"remarks": Remarks.NewFound, "comments": "", "severity": ""},
4444
"paths": {""},
4545
},
46-
ProductInfo(vendor="gnu*", product="binutils", version="2.34-6ubuntu1.1"): {
46+
ProductInfo(vendor="gnu*", product="binutils", version="2.34-6ubuntu1.3"): {
4747
"default": {"remarks": Remarks.NewFound, "comments": "", "severity": ""},
4848
"paths": {""},
4949
},
@@ -119,7 +119,7 @@ def test_valid_ubuntu_list(self, filepath, parsed_data):
119119
"apt-get",
120120
"install",
121121
"bash=5.0-6ubuntu1.1",
122-
"binutils=2.34-6ubuntu1.1",
122+
"binutils=2.34-6ubuntu1.3",
123123
"wget=1.20.3-1ubuntu1",
124124
]
125125
)

0 commit comments

Comments
 (0)