From 3423c6cb0c0a953eab1a5eb2fd9696ffe3a5f0ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 23:37:42 +0000 Subject: [PATCH] chore(deps-dev): bump codespell from 2.2.5 to 2.2.6 Bumps [codespell](https://github.com/codespell-project/codespell) from 2.2.5 to 2.2.6. - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](https://github.com/codespell-project/codespell/compare/v2.2.5...v2.2.6) --- updated-dependencies: - dependency-name: codespell 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 4ab5bc5694..7eed9847a3 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -6,6 +6,6 @@ pytest-asyncio~=0.21.1 mypy~=1.5.1 coverage~=7.3 pre-commit==3.4.0 -codespell==2.2.5 +codespell==2.2.6 bandit==1.7.5 flake8==6.1.0