From d24a37a6e81b9457306a6a7f2c8a8b90feb31613 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 08:06:43 +0000 Subject: [PATCH] chore(deps): update mypy requirement from <1.12,>=1.0.0 to >=1.0.0,<1.13 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.0.0...v1.12.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 174ee02e..9eb3c1f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ actions = [ ] dev = [ "flit >=3.2.0,<4.0.0", - "mypy >=1.0.0,<1.12", + "mypy >=1.0.0,<1.13", "pip-audit >=2.4.4,<3.0.0", "pylint >=3.0.0,<3.3.0", "perflint >=0.8.0,<1.0.0",