From c1b211aa9e559a5cf263cfe5f5aee9e93798d995 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 22:09:56 +0100 Subject: [PATCH] Chore(deps): Bump codespell from 2.3.0 to 2.4.1 (#1998) Bumps [codespell](https://github.com/codespell-project/codespell) from 2.3.0 to 2.4.1. - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](https://github.com/codespell-project/codespell/compare/v2.3.0...v2.4.1) --- updated-dependencies: - dependency-name: codespell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 58126c12..80d7f14f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ version = "0.0.0" [project.optional-dependencies] test = [ - "codespell==2.3.0", + "codespell==2.4.1", "isort==6.0.0", "mypy==1.15.0", "pre-commit==4.1.0", -- 2.34.1