From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 22:48:02 +0000 (+0200) Subject: Bump codespell from 2.2.4 to 2.2.5 (#726) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=50290fd44ef9c9b9a560497d467d0f97bb195468;p=music-assistant-server.git 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> --- 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",