Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump version for 3.2.1 release, sort requirements #3018

Merged
merged 1 commit into from
May 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"