From 8741d2c0d7c1f6301904681634deb57b81073700 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 11:23:25 +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.5.0) --- 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 ce4e6146a..7d4104250 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ actions = [ ] dev = [ "flit >=3.2.0,<4.0.0", - "mypy >=0.921,<1.5", + "mypy >=0.921,<1.6", "types-pyyaml >=6.0.4,<7.0.0", "types-requests >=2.25.6,<3.0.0", "pip-audit >=2.5.6,<3.0.0",