From 516d3b451360ca181d14d3c58eaf5801373cc734 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 22:14:30 +0200 Subject: [PATCH] Bump mypy from 1.1.1 to 1.2.0 (#630) Bumps [mypy](https://github.com/python/mypy) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v1.1.1...v1.2.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 8eaeb7ba..b1d7c683 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ server = [ test = [ "black==23.1.0", "codespell==2.2.4", - "mypy==1.1.1", + "mypy==1.2.0", "ruff==0.0.261", "pytest==7.2.2", "pytest-asyncio==0.21.0", -- 2.34.1