Bump codespell from 2.2.6 to 2.3.0 (#1326)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 9 Jun 2024 12:34:18 +0000 (14:34 +0200)
committerGitHub <noreply@github.com>
Sun, 9 Jun 2024 12:34:18 +0000 (14:34 +0200)
* Bump codespell from 2.2.6 to 2.3.0

Bumps [codespell](https://github.com/codespell-project/codespell) from 2.2.6 to 2.3.0.
- [Release notes](https://github.com/codespell-project/codespell/releases)
- [Commits](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.3.0)

---
updated-dependencies:
- dependency-name: codespell
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
* fix typo

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcel van der Veldt <m.vanderveldt@outlook.com>
music_assistant/server/controllers/cache.py
pyproject.toml

index 633cdfc6d47e5b864e44877662864071350f378f..278c2af39d3be823f1d56e47211b00cad4f64056 100644 (file)
@@ -153,7 +153,7 @@ class CacheController(CoreController):
         self.logger.info("Clearing database DONE")
 
     async def auto_cleanup(self) -> None:
-        """Sceduled auto cleanup task."""
+        """Run scheduled auto cleanup task."""
         self.logger.debug("Running automatic cleanup...")
         # for now we simply reset the memory cache
         self._mem_cache = {}
index 803d6c1edbdf56e2aec55419100980b3bf98be37..14a07c836fca40ca0c9b38592f422a2bce664ac6 100644 (file)
@@ -42,7 +42,7 @@ server = [
   "ifaddr==0.2.0",
 ]
 test = [
-  "codespell==2.2.6",
+  "codespell==2.3.0",
   "isort==5.13.2",
   "mypy==1.10.0",
   "pre-commit==3.7.1",