Skip to content

Commit

Permalink
Bump version for 3.2.1 release, sort requirements
Browse files Browse the repository at this point in the history
Sorting the requirements makes it easier for me to update our licensing paperwork.

Signed-off-by: Terri Oda <terri.oda@intel.com>
  • Loading branch information
terriko committed May 15, 2023
1 parent c4771a8 commit bc4e9b2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
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.2.1rc0"
VERSION: str = "3.2.1"


def check_latest_version():
Expand Down
32 changes: 16 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit bc4e9b2

Please sign in to comment.