File tree Expand file tree Collapse file tree 2 files changed +17
-17
lines changed
Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 88
99from cve_bin_tool .log import LOGGER
1010
11- VERSION : str = "3.2.1rc0 "
11+ VERSION : str = "3.2.1 "
1212
1313
1414def check_latest_version ():
Original file line number Diff line number Diff line change 1- rich
2- plotly
3- jinja2 >= 2.11.3
4- beautifulsoup4
51aiohttp [speedups ]>= 3.7.4
6- toml
7- pyyaml >= 5.4
8- jsonschema >= 3.0.2
9- rpmfile >= 1.0.6
10- zstandard ; python_version >= "3.4"
11- distro
2+ beautifulsoup4
3+ cvss
124defusedxml
13- xmlschema
14- importlib_metadata >= 3.6 ; python_version < "3.10"
15- requests
16- urllib3 >= 1.26.5 # dependency of requests added explictly to avoid CVEs
5+ distro
176gsutil
18- cvss
19- packaging < 22.0
7+ importlib_metadata >= 3.6 ; python_version < "3.10"
208importlib_resources ; python_version < "3.9"
9+ jinja2 >= 2.11.3
10+ jsonschema >= 3.0.2
2111lib4sbom >= 0.3.0
12+ packaging < 22.0
13+ plotly
14+ pyyaml >= 5.4
15+ requests
16+ rich
17+ rpmfile >= 1.0.6
18+ toml
19+ urllib3 >= 1.26.5 # dependency of requests added explictly to avoid CVEs
20+ xmlschema
21+ zstandard ; python_version >= "3.4"
You can’t perform that action at this time.
0 commit comments