From e269bac53b9890981cadbae8ea67ef05fcbeb455 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 09:49:07 +0000 Subject: [PATCH] chore(deps): update dependency vulture to v2.14 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5bdf7f6c7..4c0a43e7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ dev = [ # profiling "pyinstrument", # dead code detection - "vulture==2.11", + "vulture==2.14", "dead==1.5.2", # optional dependencies "kili-formats[all] == 0.2.10",