From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 14:58:06 +0000 (+0000) Subject: GHA: update dependency codespell to v2.4.3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb81c5f4e2b51f77e3e913013a236a89bb74f130;p=thirdparty%2Fcurl.git GHA: update dependency codespell to v2.4.3 Closes #22332 --- 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