From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 08:28:55 +0000 (+0200) Subject: Bump mypy from 0.950 to 0.960 (#346) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=9aa96c97519a395718912a6bacd5afe77fd19328;p=music-assistant-server.git Bump mypy from 0.950 to 0.960 (#346) Bumps [mypy](https://github.com/python/mypy) from 0.950 to 0.960. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.950...v0.960) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development 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_dev.txt b/requirements_dev.txt index 7d83ecec..45693836 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,7 @@ -r requirements.txt black==22.3.0 flake8==4.0.1 -mypy==0.950 +mypy==0.960 pydocstyle==6.1.1 pylint==2.13.9 pytest==7.1.2