From fb3859e190bbd7f63e440bdfe0f0f769f03bac52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2025 13:54:37 +0000 Subject: [PATCH] chore(deps-dev): bump codespell in the minor-version-bumps group Bumps the minor-version-bumps group with 1 update: [codespell](https://github.com/codespell-project/codespell). Updates `codespell` from 2.3.0 to 2.4.0 - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](https://github.com/codespell-project/codespell/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: codespell dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-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 c4c2dd56b3..6f6c6f9018 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.3.0 +codespell==2.4.0 bandit==1.8.2 flake8==7.1.1