From 7c7286eb39892eafcf38b12c1d3022723ece7244 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 11:22:58 +0000 Subject: [PATCH] chore(deps-dev): bump codespell from 2.2.6 to 2.4.3 Bumps [codespell](https://github.com/codespell-project/codespell) from 2.2.6 to 2.4.3. - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.4.3) --- updated-dependencies: - dependency-name: codespell dependency-version: 2.4.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8957067..739017f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ default-groups = ["lint", "test", "tox", "typing"] [dependency-groups] lint = [ - "codespell==2.2.6", # https://github.com/codespell-project/codespell (latest: 2.2.6) + "codespell==2.4.3", # https://github.com/codespell-project/codespell (latest: 2.2.6) "pylint==4.0.6", # https://github.com/pylint-dev/pylint (latest: 3.1.0) "requests==2.34.2", # https://github.com/psf/requests (latest: 2.31.0) "ruff==0.3.7", # https://github.com/astral-sh/ruff (latest: 0.3.7)