From 7393cbcbe8f94883c612652b6299b3085953121d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 07:26:47 +0000 Subject: [PATCH] Update mypy requirement from <1.11,>=1.8 to >=1.8,<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.8.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 383c32a..28b79c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ zulip = [ tests = [ "pytest>=7.4.4,<8.3.0", "types-PyYAML~=6.0.12", - "mypy>=1.8,<1.11" + "mypy>=1.8,<1.12" ] [project.scripts]