We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abffa0d commit 859bac6Copy full SHA for 859bac6
cve_bin_tool/version.py
@@ -8,7 +8,7 @@
8
9
from cve_bin_tool.log import LOGGER
10
11
-VERSION: str = "3.1.1"
+VERSION: str = "3.1.2"
12
13
14
def check_latest_version():
requirements.txt
@@ -19,3 +19,4 @@ defusedxml
19
xmlschema
20
importlib_metadata; python_version < "3.8"
21
requests
22
+packaging<22.0
0 commit comments