From 3bcf5504ae108c6d628348a46956bd1c96309b42 Mon Sep 17 00:00:00 2001 From: Facundo Tuesca Date: Thu, 5 Sep 2024 15:14:35 +0200 Subject: [PATCH] Add minimum version to interrogate dependency Signed-off-by: Facundo Tuesca --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8b2802a83..43283fa53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,10 +57,7 @@ Documentation = "https://sigstore.github.io/sigstore-python/" test = ["pytest", "pytest-cov", "pretend", "coverage[toml]"] lint = [ "bandit", - # HACK(ww): interrogate needs setuptools to provide `pkg_resources` on Python 3.12+; - # remove this when https://github.com/econchick/interrogate/issues/164 is resolved. - "setuptools", - "interrogate", + "interrogate >= 1.7.0", "mypy ~= 1.1", # NOTE(ww): ruff is under active development, so we pin conservatively here # and let Dependabot periodically perform this update.