From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 17:10:27 +0000 (+0200) Subject: Bump mypy from 1.3.0 to 1.4.1 (#792) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=044154e0132fc2017144efd9243c1eef7135828c;p=music-assistant-server.git Bump mypy from 1.3.0 to 1.4.1 (#792) Bumps [mypy](https://github.com/python/mypy) from 1.3.0 to 1.4.1. - [Commits](https://github.com/python/mypy/compare/v1.3.0...v1.4.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... 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 3872cf32..c074ee96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ server = [ test = [ "black==23.7.0", "codespell==2.2.5", - "mypy==1.3.0", + "mypy==1.4.1", "ruff==0.0.277", "pytest==7.4.0", "pytest-asyncio==0.21.1",