Skip to content

Commit 99d5f00

Browse files
committed
chore: Use only packages older than 24 hours
- Update Renovate and project settings to use only package versions older than 24 hours - Motivation is to add minimal defence to supply chain attacks.
1 parent 9cff054 commit 99d5f00

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,10 @@ exclude_lines = ["pragma: no cover", "if TYPE_CHECKING:", "assert_never()"]
272272
[tool.ipdb]
273273
context = 7
274274

275+
[tool.uv]
276+
# Minimal defense against supply-chain attacks.
277+
exclude-newer = "24 hours"
278+
275279
# Run tasks with: uv run poe <task>
276280
[tool.poe.tasks]
277281
clean = "rm -rf .coverage .pytest_cache .ruff_cache .ty_cache .uv-cache build coverage-unit.xml dist htmlcov website/.docusaurus website/.yarn website/module_shortcuts.json website/node_modules "

0 commit comments

Comments
 (0)