From ae7f7f83f74e90eed4ba53b829ab33806471ffb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 10:53:09 +0000 Subject: [PATCH] chore(deps-dev): bump codespell from 2.4.1 to 2.4.2 Bumps [codespell](https://github.com/codespell-project/codespell) from 2.4.1 to 2.4.2. - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](https://github.com/codespell-project/codespell/compare/v2.4.1...v2.4.2) --- updated-dependencies: - dependency-name: codespell dependency-version: 2.4.2 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 865bd63..97d68a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ license = "MIT" [project.optional-dependencies] dev = [ "build", - "codespell==2.4.1", + "codespell==2.4.2", "mypy==1.16.0", "pip-audit", "pre-commit",