From 56f508d992317c4b235c030894b94b337fe8cacd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 04:58:34 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20codespell=20to=20?= =?UTF-8?q?v2.4.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index ccc49c9..34c973b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -705,14 +705,14 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} [[package]] name = "codespell" -version = "2.4.1" +version = "2.4.2" description = "Fix common misspellings in text files" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "codespell-2.4.1-py3-none-any.whl", hash = "sha256:3dadafa67df7e4a3dbf51e0d7315061b80d265f9552ebd699b3dd6834b47e425"}, - {file = "codespell-2.4.1.tar.gz", hash = "sha256:299fcdcb09d23e81e35a671bbe746d5ad7e8385972e65dbb833a2eaac33c01e5"}, + {file = "codespell-2.4.2-py3-none-any.whl", hash = "sha256:97e0c1060cf46bd1d5db89a936c98db8c2b804e1fdd4b5c645e82a1ec6b1f886"}, + {file = "codespell-2.4.2.tar.gz", hash = "sha256:3c33be9ae34543807f088aeb4832dfad8cb2dae38da61cac0a7045dd376cfdf3"}, ] [package.extras] @@ -3256,4 +3256,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.10" -content-hash = "6a47b4610e2f8c807c5fc864f6a85e86e7535093b953b5284efb7d438fe5caa5" +content-hash = "14120ecf9c8262608020a23ed8a471b3b61ea32a2e4479e4815ab20119fc8937" diff --git a/pyproject.toml b/pyproject.toml index 4befb1f..f3e221e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ Changelog = "https://github.com/mreditor97/redreactor/releases" aresponses = "3.0.0" black = "26.1.0" blacken-docs = "1.20.0" -codespell = "2.4.1" +codespell = "2.4.2" covdefaults = "2.3.0" coverage = {version = "7.13.4", extras = ["toml"]} mypy = "1.19.1"