From cb81c5f4e2b51f77e3e913013a236a89bb74f130 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 14:58:06 +0000 Subject: [PATCH] GHA: update dependency codespell to v2.4.3 Closes #22332 --- .github/scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/requirements.txt b/.github/scripts/requirements.txt index adf6d03ba4..8d1a74af04 100644 --- a/.github/scripts/requirements.txt +++ b/.github/scripts/requirements.txt @@ -3,6 +3,6 @@ # SPDX-License-Identifier: curl cmakelang==0.6.13 -codespell==2.4.2 +codespell==2.4.3 reuse==6.2.0 ruff==0.15.16