From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Mar 2022 10:27:55 +0000 (+0100) Subject: Bump mypy from 0.931 to 0.941 (#230) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=312fb974a66272175f81d74867a2ee86b9d19db6;p=music-assistant-server.git Bump mypy from 0.931 to 0.941 (#230) Bumps [mypy](https://github.com/python/mypy) from 0.931 to 0.941. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.931...v0.941) --- 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 90acf95a..a48e7893 100644 --- a/requirements_lint.txt +++ b/requirements_lint.txt @@ -1,5 +1,5 @@ black==22.1.0 flake8==4.0.1 -mypy==0.931 +mypy==0.941 pydocstyle==6.1.1 pylint==2.12.2