From 780b49c2bc49b30568a27262ba591d17486099a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 22:28:31 +0000 Subject: [PATCH] chore(deps-dev): bump codespell in the patch-version-bumps group Bumps the patch-version-bumps group with 1 update: [codespell](https://github.com/codespell-project/codespell). Updates `codespell` from 2.4.0 to 2.4.1 - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](https://github.com/codespell-project/codespell/compare/v2.4.0...v2.4.1) --- updated-dependencies: - dependency-name: codespell dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-version-bumps ... 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 6f6c6f9018..d72767f0d0 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -6,6 +6,6 @@ pytest-asyncio~=0.23.8 mypy~=1.14.1 coverage~=7.6 pre-commit==4.1.0 -codespell==2.4.0 +codespell==2.4.1 bandit==1.8.2 flake8==7.1.1