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 8
8
9
9
from cve_bin_tool .log import LOGGER
10
10
11
- VERSION : str = "3.2.1rc0 "
11
+ VERSION : str = "3.2.1 "
12
12
13
13
14
14
def check_latest_version ():
Original file line number Diff line number Diff line change 1
- rich
2
- plotly
3
- jinja2 >= 2.11.3
4
- beautifulsoup4
5
1
aiohttp [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
12
4
defusedxml
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
17
6
gsutil
18
- cvss
19
- packaging < 22.0
7
+ importlib_metadata >= 3.6 ; python_version < "3.10"
20
8
importlib_resources ; python_version < "3.9"
9
+ jinja2 >= 2.11.3
10
+ jsonschema >= 3.0.2
21
11
lib4sbom >= 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