Bump mypy from 1.10.1 to 1.11.1 (#1545)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 9 Aug 2024 14:23:48 +0000 (16:23 +0200)
committerGitHub <noreply@github.com>
Fri, 9 Aug 2024 14:23:48 +0000 (16:23 +0200)
* Bump mypy from 1.10.1 to 1.11.1

Bumps [mypy](https://github.com/python/mypy) from 1.10.1 to 1.11.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.10.1...v1.11.1)

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

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

---------

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/common/models/config_entries.py
pyproject.toml

index cd86921c23773b0b698be10dde588e135d492401..e1948c07f2cda391d7f7b939204a99951989e165 100644 (file)
@@ -67,7 +67,7 @@ ConfigEntryTypeMap: dict[ConfigEntryType, type[ConfigValueType]] = {
     ConfigEntryType.STRING: str,
     ConfigEntryType.SECURE_STRING: str,
     ConfigEntryType.INTEGER: int,
-    ConfigEntryType.INTEGER_TUPLE: tuple[int, int],  # type: ignore[dict-item]
+    ConfigEntryType.INTEGER_TUPLE: tuple[int, int],
     ConfigEntryType.FLOAT: float,
     ConfigEntryType.LABEL: str,
     ConfigEntryType.DIVIDER: str,
index 82e4238e83ce4cbf2a6f5e898f4aa4600a385a14..03dcb1f8e5322418b65e19083b5843bfa6945636 100644 (file)
@@ -44,7 +44,7 @@ server = [
 test = [
   "codespell==2.3.0",
   "isort==5.13.2",
-  "mypy==1.10.1",
+  "mypy==1.11.1",
   "pre-commit==3.8.0",
   "pre-commit-hooks==4.6.0",
   "pylint==3.2.6",