ci: add pip-audit check

This commit is contained in:
sebthom
2025-05-11 20:14:38 +02:00
parent aa00d734ea
commit 314285583e
3 changed files with 420 additions and 2 deletions

View File

@@ -46,6 +46,8 @@ dependencies = [
[dependency-groups] # https://peps.python.org/pep-0735/
dev = [
# security
"pip-audit",
# testing:
"pytest>=8.3.4",
"pytest-asyncio>=0.25.3",