From 3a2bc21052dffedd18bc9a9b1d3e7f7edd1e4978 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 13:04:33 +0000 Subject: [PATCH] build(deps): bump codespell from 2.3.0 to 2.4.0 Bumps [codespell](https://github.com/codespell-project/codespell) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](https://github.com/codespell-project/codespell/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: codespell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 26e4a37..38a0d60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ type_check = [ "mypy==1.14.1" ] spell_check = [ - "codespell==2.3.0" + "codespell==2.4.0" ] coverage = [ "coverage==7.6.10"