Skip to content

Commit 859bac6

Browse files
committed
fix: temporarily force downgrade of packaging
1 parent abffa0d commit 859bac6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cve_bin_tool/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from cve_bin_tool.log import LOGGER
1010

11-
VERSION: str = "3.1.1"
11+
VERSION: str = "3.1.2"
1212

1313

1414
def check_latest_version():

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ defusedxml
1919
xmlschema
2020
importlib_metadata; python_version < "3.8"
2121
requests
22+
packaging<22.0

0 commit comments

Comments
 (0)