From 339dc739342a32d132d54ffd50269ba9f4c4e756 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 00:10:18 +0000 Subject: [PATCH] Bump codespell from 2.4.1 to 2.4.2 in the python-packages group Bumps the python-packages group with 1 update: [codespell](https://github.com/codespell-project/codespell). Updates `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 dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5fa824a..dc5d95f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,5 +34,5 @@ version = {attr = "logiklib.__version__"} test = [ "pytest==8.4.2", "flake8==7.3.0", - "codespell==2.4.1" + "codespell==2.4.2" ]