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