diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3d7a79fe..41192f1c 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.9 + rev: v0.11.12 hooks: - id: ruff-format - id: ruff diff --git a/pyproject.toml b/pyproject.toml index 4464a18c..8f80837f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ dynamic = ["version"] dependencies = [ "attrs>=21.3", - "click>=7,!=8.2.0", + "click>=7,<8.2.0", "click-default-group", "networkx>=2.4", "optree>=0.9",