Skip to content

Commit 92d27dc

Browse files
authored
Merge pull request #3018 from terriko/vbump_sort
chore: Bump version for 3.2.1 release, sort requirements
2 parents c4771a8 + bc4e9b2 commit 92d27dc

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
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.2.1rc0"
11+
VERSION: str = "3.2.1"
1212

1313

1414
def check_latest_version():

requirements.txt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
rich
2-
plotly
3-
jinja2>=2.11.3
4-
beautifulsoup4
51
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
124
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
176
gsutil
18-
cvss
19-
packaging<22.0
7+
importlib_metadata>=3.6; python_version < "3.10"
208
importlib_resources; python_version < "3.9"
9+
jinja2>=2.11.3
10+
jsonschema>=3.0.2
2111
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"

0 commit comments

Comments
 (0)