From 6a0da6614343cfbea5e159fb8584a632c69f34bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 12:27:33 +0100 Subject: [PATCH] bump(requirements): update mypy requirement (#121) 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.14.0...v1.15.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2219975..852f87f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ requires-python = ">=3.8" [project.optional-dependencies] dev = [ - "mypy~=1.14.0", + "mypy>=1.14,<1.16", "isort==5.13.2", "mypy-extensions>=0.4.3", "pre-commit>=2.20.0",