From bc4e9b22411ffb0e66f030b3aa4df2b3b30ec227 Mon Sep 17 00:00:00 2001 From: Terri Oda Date: Mon, 15 May 2023 13:15:25 -0700 Subject: [PATCH] Bump version for 3.2.1 release, sort requirements Sorting the requirements makes it easier for me to update our licensing paperwork. Signed-off-by: Terri Oda --- cve_bin_tool/version.py | 2 +- requirements.txt | 32 ++++++++++++++++---------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/cve_bin_tool/version.py b/cve_bin_tool/version.py index f54c8df10c..62b72a086e 100644 --- a/cve_bin_tool/version.py +++ b/cve_bin_tool/version.py @@ -8,7 +8,7 @@ from cve_bin_tool.log import LOGGER -VERSION: str = "3.2.1rc0" +VERSION: str = "3.2.1" def check_latest_version(): diff --git a/requirements.txt b/requirements.txt index 325023d1f5..8992964cdb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,21 +1,21 @@ -rich -plotly -jinja2>=2.11.3 -beautifulsoup4 aiohttp[speedups]>=3.7.4 -toml -pyyaml>=5.4 -jsonschema>=3.0.2 -rpmfile>=1.0.6 -zstandard; python_version >= "3.4" -distro +beautifulsoup4 +cvss defusedxml -xmlschema -importlib_metadata>=3.6; python_version < "3.10" -requests -urllib3>=1.26.5 # dependency of requests added explictly to avoid CVEs +distro gsutil -cvss -packaging<22.0 +importlib_metadata>=3.6; python_version < "3.10" importlib_resources; python_version < "3.9" +jinja2>=2.11.3 +jsonschema>=3.0.2 lib4sbom>=0.3.0 +packaging<22.0 +plotly +pyyaml>=5.4 +requests +rich +rpmfile>=1.0.6 +toml +urllib3>=1.26.5 # dependency of requests added explictly to avoid CVEs +xmlschema +zstandard; python_version >= "3.4"