From ed11324451f599061fe477bb8c91fd3541452376 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 09:04:13 +0000 Subject: [PATCH] Bump codespell from 2.1.0 to 2.2.1 Bumps [codespell](https://github.com/codespell-project/codespell) from 2.1.0 to 2.2.1. - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](https://github.com/codespell-project/codespell/compare/v2.1.0...v2.2.1) --- updated-dependencies: - dependency-name: codespell dependency-type: direct:development update-type: version-update:semver-minor ... 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 894c0ebd..89bb1bc1 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ pylint==2.13.8 pylint-strict-informational==0.1 black==22.3.0 -codespell==2.1.0 +codespell==2.2.1 flake8-docstrings==1.6.0 flake8==4.0.1 isort==5.10.1