From 50290fd44ef9c9b9a560497d467d0f97bb195468 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 00:48:02 +0200 Subject: [PATCH] Bump codespell from 2.2.4 to 2.2.5 (#726) Bumps [codespell](https://github.com/codespell-project/codespell) from 2.2.4 to 2.2.5. - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](https://github.com/codespell-project/codespell/compare/v2.2.4...v2.2.5) --- 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 ba741906..5b0d9eea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ server = [ ] test = [ "black==23.3.0", - "codespell==2.2.4", + "codespell==2.2.5", "mypy==1.3.0", "ruff==0.0.272", "pytest==7.4.0", -- 2.34.1