From 53ef85af18042b615de1bb5da3a2baf3033bf7e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 13:55:28 +0000 Subject: [PATCH] Update mypy requirement from <1.6,>=1.0 to >=1.0,<1.8 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.7.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 79957ca..1a4aa2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ Documentation = "https://peekxc.github.io/simplextree-py/pages/" [project.optional-dependencies] dev = [ "ruff", - "mypy>=1.0,<1.6", + "mypy>=1.0,<1.8", "black>=23.0,<24.0", "isort>=5.12,<5.13", "pytest",