diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 701d185f..f2454424 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - id: python-no-log-warn - id: text-unicode-replacement-char - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.8 + rev: v0.11.9 hooks: - id: ruff-format - id: ruff @@ -59,7 +59,7 @@ repos: - id: nbstripout exclude: (docs) - repo: https://github.com/crate-ci/typos - rev: v1 + rev: v1.32.0 hooks: - id: typos exclude: (\.ipynb) diff --git a/pyproject.toml b/pyproject.toml index 182a4b38..0a3d83c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ dynamic = ["version"] dependencies = [ "attrs>=21.3", - "click", + "click>=7,!=8.2.0", "click-default-group", "networkx>=2.4", "optree>=0.9",