From 3e05410c7d1c6d5c8dee0d1c0b0097354bfe0902 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 03:05:13 +0000 Subject: [PATCH] build(deps-dev): Bump mypy from 1.1.1 to 1.3.0 Bumps [mypy](https://github.com/python/mypy) from 1.1.1 to 1.3.0. - [Commits](https://github.com/python/mypy/compare/v1.1.1...v1.3.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b219477..841b2bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ test = [ ] typing = [ "importlib-metadata >= 5.1", - "mypy == 1.1.1", + "mypy == 1.3.0", "tomli", "typing-extensions >= 3.7.4.3", ]