From 6082386c6f2d3143eff67917857a6af893e8ac03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 12:03:45 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Commits](https://github.com/python/mypy/compare/v0.921...v1.4.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0038d53d4..e20d537a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ actions = [ ] dev = [ "flit >=3.2.0,<4.0.0", - "mypy >=0.921,<1.4", + "mypy >=0.921,<1.5", "types-pyyaml >=6.0.4,<7.0.0", "types-requests >=2.25.6,<3.0.0", "pip-audit >=2.5.6,<3.0.0",