From a08309ab2db7e8e7565c28c7b274e750af81e2ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 11:33:21 +0000 Subject: [PATCH] Bump codespell from 2.4.2 to 2.4.3 Bumps [codespell](https://github.com/codespell-project/codespell) from 2.4.2 to 2.4.3. - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](https://github.com/codespell-project/codespell/compare/v2.4.2...v2.4.3) --- updated-dependencies: - dependency-name: codespell dependency-version: 2.4.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 30f0c014..92245067 100644 --- a/poetry.lock +++ b/poetry.lock @@ -544,21 +544,19 @@ files = [ [[package]] name = "codespell" -version = "2.4.2" +version = "2.4.3" description = "Fix common misspellings in text files" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "codespell-2.4.2-py3-none-any.whl", hash = "sha256:97e0c1060cf46bd1d5db89a936c98db8c2b804e1fdd4b5c645e82a1ec6b1f886"}, - {file = "codespell-2.4.2.tar.gz", hash = "sha256:3c33be9ae34543807f088aeb4832dfad8cb2dae38da61cac0a7045dd376cfdf3"}, + {file = "codespell-2.4.3-py3-none-any.whl", hash = "sha256:af2505b335e8573dbd2d384d1c4ef498f4006f4ba2d6fceca01e55b91f52628a"}, + {file = "codespell-2.4.3.tar.gz", hash = "sha256:cbe085e331227b37bb86ef8bddd08dc768c704ee9a07ca869852c093fa2793e2"}, ] [package.extras] -dev = ["Pygments", "build", "chardet", "pre-commit", "pytest", "pytest-cov", "pytest-dependency", "ruff", "tomli", "twine"] hard-encoding-detection = ["chardet"] toml = ["tomli ; python_version < \"3.11\""] -types = ["chardet (>=5.1.0)", "mypy", "pytest", "pytest-cov", "pytest-dependency"] [[package]] name = "colorama"