Skip to content

Commit

Permalink
fix: temporarily force downgrade of packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
terriko committed Dec 8, 2022
1 parent abffa0d commit 859bac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cve_bin_tool/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from cve_bin_tool.log import LOGGER

VERSION: str = "3.1.1"
VERSION: str = "3.1.2"


def check_latest_version():
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ defusedxml
xmlschema
importlib_metadata; python_version < "3.8"
requests
packaging<22.0

0 comments on commit 859bac6

Please sign in to comment.