From 9653dc99a323aba43553f7f2f90e95b4007a0c85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 14:05:29 +0000 Subject: [PATCH] chore: 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] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 7e8092b..d1efeed 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -13,7 +13,7 @@ # # Reference: pip constraints files — https://pip.pypa.io/en/stable/user_guide/#constraints-files # Reference: Dependabot pip ecosystem — https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem -codespell==2.4.2 +codespell==2.4.3 pre-commit==4.6.0 pytest==9.1.1 pytest-cov==7.1.0