From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 19:42:43 +0000 (+0200) Subject: Bump mypy from 1.2.0 to 1.3.0 (#667) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=8c63fcbf2eccbd0255abbfc3ad6f9d44129e3b9e;p=music-assistant-server.git Bump mypy from 1.2.0 to 1.3.0 (#667) Bumps [mypy](https://github.com/python/mypy) from 1.2.0 to 1.3.0. - [Commits](https://github.com/python/mypy/compare/v1.2.0...v1.3.0) --- 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/pyproject.toml b/pyproject.toml index 7752ab92..bfb80370 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ server = [ test = [ "black==23.3.0", "codespell==2.2.4", - "mypy==1.2.0", + "mypy==1.3.0", "ruff==0.0.265", "pytest==7.3.1", "pytest-asyncio==0.21.0",