From 83e64c4b2d62a95cc2f45c91e4434275491fc5c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 07:20:51 +0000 Subject: [PATCH] Bump codespell from 2.1.0 to 2.4.1 Bumps [codespell](https://github.com/codespell-project/codespell) from 2.1.0 to 2.4.1. - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](https://github.com/codespell-project/codespell/compare/v2.1.0...v2.4.1) --- updated-dependencies: - dependency-name: codespell dependency-version: 2.4.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-genai-requirements.txt | 2 +- dev-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-genai-requirements.txt b/dev-genai-requirements.txt index a6daca5..24211c9 100644 --- a/dev-genai-requirements.txt +++ b/dev-genai-requirements.txt @@ -9,7 +9,7 @@ pytest-cov==4.1.0 readme-renderer==42.0 bleach==4.1.0 # transient dependency for readme-renderer markupsafe>=2.0.1 -codespell==2.1.0 +codespell==2.4.1 requests==2.32.3 ruamel.yaml==0.17.21 flaky>=3.8.1 diff --git a/dev-requirements.txt b/dev-requirements.txt index c7e718a..b2eef2d 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -9,7 +9,7 @@ pytest-cov==4.1.0 readme-renderer==42.0 bleach==4.1.0 # transient dependency for readme-renderer markupsafe>=2.0.1 -codespell==2.1.0 +codespell==2.4.1 requests==2.32.4 ruamel.yaml==0.17.21 flaky>=3.8.1