From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jun 2021 17:07:27 +0000 (+0200) Subject: Bump mypy from 0.812 to 0.910 (#125) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=78e51f945f69a55858b3f6dbb948e89b6d350f38;p=music-assistant-server.git Bump mypy from 0.812 to 0.910 (#125) Bumps [mypy](https://github.com/python/mypy) from 0.812 to 0.910. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.812...v0.910) --- 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 82f527ec..69a40ec2 100644 --- a/requirements_lint.txt +++ b/requirements_lint.txt @@ -1,5 +1,5 @@ black==20.8b1 flake8==3.9.2 -mypy==0.812 +mypy==0.910 pydocstyle==6.1.1 pylint==2.8.3