From 8c63fcbf2eccbd0255abbfc3ad6f9d44129e3b9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 21:42:43 +0200 Subject: [PATCH] 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> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.34.1