From 54958728b495764e3ede5541c477e91b046f81a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 22:40:42 +0100 Subject: [PATCH] Bump codespell from 2.2.2 to 2.2.4 (#519) Bumps [codespell](https://github.com/codespell-project/codespell) from 2.2.2 to 2.2.4. - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](https://github.com/codespell-project/codespell/compare/v2.2.2...v2.2.4) --- updated-dependencies: - dependency-name: codespell dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 38883e30..6d25ebe7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ server = [ ] test = [ "black==23.1.0", - "codespell==2.2.2", + "codespell==2.2.4", "mypy==1.0.1", "ruff==0.0.254", "pytest==7.2.1", -- 2.34.1