From e7bd7a902c58d5329448197cb4b439ec063d0022 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 13:14:48 -0700 Subject: [PATCH] Bump mypy from 1.3.0 to 1.4.1 (#336) Bumps [mypy](https://github.com/python/mypy) from 1.3.0 to 1.4.1. - [Commits](https://github.com/python/mypy/compare/v1.3.0...v1.4.1) --- 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 7ad57f08..686a7039 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dev = [ "black == 23.3.0", "flake8 == 6.0.0", "flake8-bugbear == 23.6.5", - "mypy == 1.3.0", + "mypy == 1.4.1", "ufmt == 2.1.0", "usort == 1.0.7", ]