From 7b2d51d6fe1dd0c3898b950eb81be532201226df Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 17:48:02 +0000 Subject: [PATCH 1/3] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.9 → v0.11.11](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.9...v0.11.11) - [github.com/crate-ci/typos: v1.32.0 → v1](https://github.com/crate-ci/typos/compare/v1.32.0...v1) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3d7a79fe..5c585628 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.11 hooks: - id: ruff-format - id: ruff @@ -55,7 +55,7 @@ repos: - id: nbstripout exclude: (docs) - repo: https://github.com/crate-ci/typos - rev: v1.32.0 + rev: v1 hooks: - id: typos exclude: (\.ipynb) From 2f9af87f33e3502d41adb01854c7ca5d786ed42b Mon Sep 17 00:00:00 2001 From: Tobias Raabe Date: Sun, 1 Jun 2025 20:29:49 +0200 Subject: [PATCH 2/3] Fix. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", From c3dbddb1e6c2962ef26748bc1a41a8c90a5f2a11 Mon Sep 17 00:00:00 2001 From: Tobias Raabe Date: Sun, 1 Jun 2025 20:31:04 +0200 Subject: [PATCH 3/3] Fix. --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5c585628..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.11 + rev: v0.11.12 hooks: - id: ruff-format - id: ruff @@ -55,7 +55,7 @@ repos: - id: nbstripout exclude: (docs) - repo: https://github.com/crate-ci/typos - rev: v1 + rev: v1.32.0 hooks: - id: typos exclude: (\.ipynb)