From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 20:14:30 +0000 (+0200) Subject: Bump mypy from 1.1.1 to 1.2.0 (#630) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=516d3b451360ca181d14d3c58eaf5801373cc734;p=music-assistant-server.git Bump mypy from 1.1.1 to 1.2.0 (#630) Bumps [mypy](https://github.com/python/mypy) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v1.1.1...v1.2.0) --- 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 8eaeb7ba..b1d7c683 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ server = [ test = [ "black==23.1.0", "codespell==2.2.4", - "mypy==1.1.1", + "mypy==1.2.0", "ruff==0.0.261", "pytest==7.2.2", "pytest-asyncio==0.21.0",