Only run security audit on main dependencies (not dev) (#220)
* Fix and update to Python 3.14.3 * Fix orjson version * Only run sec audit on non-dev
This commit is contained in:
committed by
GitHub
parent
5050cb4d5e
commit
c85002167f
@@ -4,7 +4,7 @@ version = 1
|
||||
format = "human"
|
||||
severity = "low"
|
||||
fail_on = "medium"
|
||||
scope = "all"
|
||||
scope = "main"
|
||||
direct_only = false
|
||||
detailed = false
|
||||
include_withdrawn = false
|
||||
|
||||
Reference in New Issue
Block a user