diff --git a/pyproject.toml b/pyproject.toml index 7609787..ed6dd95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,6 +48,7 @@ style = "semver" [tool.uv] trusted-publishing = "always" +exclude-newer = "1 week" [[tool.uv.index]] explicit = true diff --git a/uv.lock b/uv.lock index 3b7cdcb..51d24e4 100644 --- a/uv.lock +++ b/uv.lock @@ -2,6 +2,10 @@ version = 1 revision = 3 requires-python = "==3.13.*" +[options] +exclude-newer = "2026-02-25T11:58:20.8392Z" +exclude-newer-span = "P1W" + [[package]] name = "anchore-security-cli" source = { editable = "." }