From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Feb 2022 08:27:11 +0000 (+0100) Subject: Bump mypy from 0.910 to 0.931 (#210) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=80ddb3b5e6b48335d96909461385a9ea953ec5d9;p=music-assistant-server.git Bump mypy from 0.910 to 0.931 (#210) Bumps [mypy](https://github.com/python/mypy) from 0.910 to 0.931. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.910...v0.931) --- 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/requirements_lint.txt b/requirements_lint.txt index 61e8edea..90acf95a 100644 --- a/requirements_lint.txt +++ b/requirements_lint.txt @@ -1,5 +1,5 @@ black==22.1.0 flake8==4.0.1 -mypy==0.910 +mypy==0.931 pydocstyle==6.1.1 pylint==2.12.2