From 3cd3feecc28de43ec34d27c8a9b82d3f2bc140a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 08:37:14 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement 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...1.9.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 1fa9848d..2f25341f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ actions = [ ] dev = [ "flit >=3.2.0,<4.0.0", - "mypy >=1.0.0,<1.9", + "mypy >=1.0.0,<1.10", "pip-audit >=2.4.4,<3.0.0", "pylint >=3.0.0,<3.1.0", "perflint >=0.8.0,<1.0.0",