From 18e8e708c76188211cbda019dad75a86c065d759 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 11:05:28 +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 6bd7a0f..7afe902 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ cli = [ "typer" # if you install fundamend[cli], the cli commands are available via typer ] spellcheck = [ - "codespell==2.4.1" + "codespell==2.4.2" ] test_packaging = [ "build==1.4.0",