From 202fbf764317ff1e3ca1128908b348110c9bd4bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 15:20:04 +0000 Subject: [PATCH] build(deps): bump codespell from 2.3.0 to 2.4.0 (#135) Bumps [codespell](https://github.com/codespell-project/codespell) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](https://github.com/codespell-project/codespell/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: codespell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 80ff71c..a1c011d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dynamic = ["readme", "version"] coverage = ["coverage==7.6.10"] formatting = ["black==24.10.0", "isort==5.13.2"] linting = ["pylint==3.3.3"] -spellcheck = ["codespell==2.3.0"] +spellcheck = ["codespell==2.4.0"] test_packaging = ["build==1.2.2.post1", "twine==6.1.0"] tests = ["pytest==8.3.4"] type_check = ["mypy==1.14.1"]