From fb73d5e6cf16611c58661c2009c4414755c4912c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 22:00:10 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9d71487..2be9bb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,9 +78,9 @@ dependencies = [ # NOTE: 👇 # The versions of `black`, `ruff`, `codespell`, must be consistent with the `.pre-commit-config.yaml`. # Don't edit them manually, use `pre-commit run ver_sync` instead. - "black==23.11.0", - "ruff==0.1.7", - "codespell==2.2.6", + "black==24.10.0", + "ruff==0.7.1", + "codespell==2.3.0", # Don't write comments on these lines, because they will be removed by `pre-commit run ver_sync`. # NOTE: 👆