From bfc9d179448ad5f2a5137186c8ab6c64e4866c16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 13:20:47 +0000 Subject: [PATCH] build(deps-dev): bump codespell from 2.4.2 to 2.4.3 Bumps [codespell](https://github.com/codespell-project/codespell) from 2.4.2 to 2.4.3. - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](https://github.com/codespell-project/codespell/compare/v2.4.2...v2.4.3) --- updated-dependencies: - dependency-name: codespell dependency-version: 2.4.3 dependency-type: direct:development 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 197dcc7..d40bd28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ type_check = [ "mypy==2.3.0" ] spell_check = [ - "codespell==2.4.2" + "codespell==2.4.3" ] coverage = [ "coverage==7.15.2"