From 67dcb03dbdd12afcb9dc6606e1a61d00954c3848 Mon Sep 17 00:00:00 2001 From: orbisai0security Date: Sat, 4 Jul 2026 06:11:39 +0000 Subject: [PATCH] fix: package_managers.uv.uv-missing-dependency-cooldown.uv-missing-dependency-cooldown security vulnerability Automated security fix generated by OrbisAI Security --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 876602bb9..308a0e517 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -104,6 +104,7 @@ dev = [ # Install via: uv tool install graphifyy # Run without installing: uvx graphifyy install package = true +exclude-newer = "7 days" [tool.setuptools] packages = ["graphify", "graphify.extractors"]