From e62fabe9954503c505b5bd3e2dd53a325b53ec10 Mon Sep 17 00:00:00 2001 From: Gavin Huttley <3102996+GavinHuttley@users.noreply.github.com> Date: Tue, 19 May 2026 08:14:58 +1000 Subject: [PATCH] DEV: exclude cogent3 packages from exclude-newer --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index b172994..b20c621 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,3 +69,8 @@ path = "src/mutation_motif/__init__.py" reinstall-package = ["mutation_motif"] # Minimize the risk of supply chain attacks exclude-newer = "7 days" + +[tool.uv.pip.exclude-newer-package] +# but we allow cogent3 packages to be more recent +scinexus = false +cogent3 = false