Skip to content

Commit 1bab2d9

Browse files
committed
Clarify bounty targets in insights (#220)
* Clarify bounty targets in insights Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com> * Update pyproject.toml Signed-off-by: prabhu <prabhu@appthreat.com> --------- Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com> Signed-off-by: prabhu <prabhu@appthreat.com>
1 parent 490d92b commit 1bab2d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[project]
22
name = "owasp-depscan"
3-
version = "5.2.3"
3+
version = "6.0.0"
44
description = "Fully open-source security audit for project dependencies based on known vulnerabilities and advisories."
55
authors = [
66
{name = "Team AppThreat", email = "cloud@appthreat.com"},
77
]
88
dependencies = [
9-
"appthreat-vulnerability-db==5.5.10",
9+
"appthreat-vulnerability-db>=5.6.0",
1010
"defusedxml",
1111
"oras",
1212
"PyYAML",

0 commit comments

Comments
 (0)