From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 11:17:19 +0000 (+0200) Subject: Bump mypy from 1.5.0 to 1.5.1 (#854) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=bf33fb6f079535ef8e784d6c8c7d18a889b19b2f;p=music-assistant-server.git Bump mypy from 1.5.0 to 1.5.1 (#854) Bumps [mypy](https://github.com/python/mypy) from 1.5.0 to 1.5.1. - [Commits](https://github.com/python/mypy/compare/v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: mypy 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 1dba584a..d29d7147 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ server = [ test = [ "black==23.7.0", "codespell==2.2.5", - "mypy==1.5.0", + "mypy==1.5.1", "ruff==0.0.284", "pytest==7.4.0", "pytest-asyncio==0.21.1",