From 8b5f26184c441cf850cde6dcb49f53eb95bac227 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:56:42 +0000 Subject: [PATCH] Update mypy requirement from <1.5,>=1.0 to >=1.0,<1.12 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.11) --- 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 2a9706a..227d7c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ Changelog = "https://github.com/ajshedivy/python-wsdb/blob/main/CHANGELOG.md" [project.optional-dependencies] dev = [ "ruff", - "mypy>=1.0,<1.5", + "mypy>=1.0,<1.12", "black>=23.0,<24.0", "isort>=5.12,<5.13", "pytest",