From 87849cd61b9dbe042626b4877c82f5386dc7c62f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 21:01:43 +0000 Subject: [PATCH] build(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 7caf1ed..4210171 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dynamic = ["readme", "version"] coverage = ["coverage==7.13.4"] formatting = ["black==25.12.0", "isort==8.0.1"] linting = ["pylint==4.0.5"] -spellcheck = ["codespell==2.4.1"] +spellcheck = ["codespell==2.4.2"] test_packaging = ["build==1.4.0", "twine==6.2.0"] tests = ["pytest==9.0.2"] type_check = ["mypy==1.19.1"]