Skip to content

Commit

Permalink
Add minimum version to interrogate dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
facutuesca committed Sep 5, 2024
1 parent 28d55b8 commit c7e2c79
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,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.
Expand Down

0 comments on commit c7e2c79

Please sign in to comment.