From 9562554944f4ec005618ac7dde902f929734cefe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 06:02:09 +0000 Subject: [PATCH] Bump mypy from 1.3.0 to 1.4.0 Bumps [mypy](https://github.com/python/mypy) from 1.3.0 to 1.4.0. - [Commits](https://github.com/python/mypy/compare/v1.3.0...v1.4.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 2ae3cb492..083345ecc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -296,7 +296,7 @@ dev = [ "enum-tools[sphinx]==0.10.0", "freezegun==1.2.2", "furo==2023.5.20", - "mypy==1.3.0", + "mypy==1.4.0", "pdm==2.7.4", "pip_check_reqs==2.4.4", "pydocstyle==6.3.0",