Skip to content

Commit 88c2c09

Browse files
committed
Fix pip audit req
1 parent 58d66cc commit 88c2c09

File tree

2 files changed

+225
-127
lines changed

2 files changed

+225
-127
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readme = "README.md"
66
authors = [ {name = "Vector AI Engineering", email = "[email protected]"}]
77
license = "Apache-2.0"
88
repository = "https://github.com/VectorInstitute/reference-implementation-catalog"
9-
requires-python = ">=3.10"
9+
requires-python = ">=3.12"
1010
dependencies = []
1111

1212
[dependency-groups]
@@ -19,6 +19,7 @@ docs = [
1919
dev = [
2020
"pre-commit>=4.1.0",
2121
"ruff>=0.9.2",
22+
"pip-audit>=2.7.3",
2223
]
2324

2425
[tool.ruff]

0 commit comments

Comments
 (0)