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:
Christiaan Goossens
2026-03-13 13:01:13 +01:00
committed by GitHub
parent 5050cb4d5e
commit c85002167f
2 changed files with 3 additions and 1 deletions

View File

@@ -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