Skip to content

Commit 7cb333c

Browse files
authored
Merge pull request #106 from praekeltfoundation/uv-dependency-cooldown
7 day uv dependency cooldown for supply chain protection
2 parents c8f7208 + bc5fb28 commit 7cb333c

2 files changed

Lines changed: 526 additions & 519 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ docs = [
4444
"sphinxcontrib-httpdomain>=1.8.1,<2.0.0",
4545
]
4646

47+
[tool.uv]
48+
exclude-newer = "7 days"
49+
4750
[build-system]
4851
requires = ["uv_build>=0.11.16,<0.12"]
4952
build-backend = "uv_build"

0 commit comments

Comments
 (0)