From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jun 2022 21:30:13 +0000 (+0200) Subject: Bump mypy from 0.960 to 0.961 (#359) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=8600d3e0331a65dfb64c3cf27223c85204746dcf;p=music-assistant-server.git Bump mypy from 0.960 to 0.961 (#359) Bumps [mypy](https://github.com/python/mypy) from 0.960 to 0.961. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.960...v0.961) --- 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 45693836..d8f985ed 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.960 +mypy==0.961 pydocstyle==6.1.1 pylint==2.13.9 pytest==7.1.2