Skip to content

Commit 57d46e0

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 8b805d0 commit 57d46e0

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
@@ -221,6 +221,10 @@ exclude_lines = ["pragma: no cover", "if TYPE_CHECKING:", "assert_never()"]
221221
[tool.ipdb]
222222
context = 7
223223

224+
[tool.uv]
225+
# Minimal defense against supply-chain attacks.
226+
exclude-newer = "24 hours"
227+
224228
# Run tasks with: uv run poe <task>
225229
[tool.poe.tasks]
226230
clean = "rm -rf .coverage .pytest_cache .ruff_cache .ty_cache build dist htmlcov"

0 commit comments

Comments
 (0)