diff --git a/pyproject.toml b/pyproject.toml index f3c9bbf..bd50150 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,8 +84,8 @@ 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==24.3.0", - "ruff==0.3.4", + "black==24.4.2", + "ruff==0.4.3", "codespell==2.2.6", # Don't write comments on these lines, because they will be removed by `pre-commit run ver_sync`. # NOTE: 👆