Skip to content

Commit 25182a2

Browse files
authored
chore(deps): bump html5lib version for dependabot (#1780)
1 parent 4e82841 commit 25182a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/test_package_list_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class TestPackageListParser:
3030
"default": {"remarks": Remarks.NewFound, "comments": "", "severity": ""},
3131
"paths": {""},
3232
},
33-
ProductInfo(vendor="html5lib*", product="html5lib", version="0.99999999"): {
33+
ProductInfo(vendor="html5lib*", product="html5lib", version="0.999999999"): {
3434
"default": {"remarks": Remarks.NewFound, "comments": "", "severity": ""},
3535
"paths": {""},
3636
},

test/txt/test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
html5lib==0.99999999
1+
html5lib==0.999999999
22
httplib2==0.18.1
33
requests==2.25.1

0 commit comments

Comments
 (0)