From 3cad9b8875bc9e2d230fc70f99e36c0ae4339e65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 09:04:50 +0000 Subject: [PATCH] Bump codespell from 2.1.0 to 2.2.2 Bumps [codespell](https://github.com/codespell-project/codespell) from 2.1.0 to 2.2.2. - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](https://github.com/codespell-project/codespell/compare/v2.1.0...v2.2.2) --- 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..2ea68e25 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.2 flake8-docstrings==1.6.0 flake8==4.0.1 isort==5.10.1