deps: add new dev dependendy: pip-audit

This commit is contained in:
bronsen 2026-05-21 23:23:09 +02:00
parent 14e5c6b68c
commit a9afa5bf26
2 changed files with 207 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "teilchensammler-cli"
version = "0.5.10"
version = "0.5.11"
description = "Build up and maintain an inventory of electronics parts and tools."
readme = "README.md"
requires-python = ">=3.14,<4.0"
@ -45,6 +45,7 @@ teilchensammler-cli = "teilchensammler_cli.main:main"
[dependency-groups]
dev = [
"ipython>=9.10.0",
"pip-audit>=2.10.0",
"prek>=0.4.0",
"pytest>=9.0.1",
"pytest-asyncio>=1.3.0",