### Description Due to the increase in supply chain attacks in recent months, I'd like to add dependency cooldown to pyproject.toml ### Component None ### Proposed solution In pyproject.toml, add: ```toml [tool.uv] exclude-newer = "7 days" ``` ### Alternatives considered None
Description
Due to the increase in supply chain attacks in recent months, I'd like to add dependency cooldown to pyproject.toml
Component
None
Proposed solution
In pyproject.toml, add:
Alternatives considered
None