From e406195bff352edde5e3d7272c203ef315f91cdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 07:37:51 +0000 Subject: [PATCH] Update mypy requirement from <1.10,>=1.8 to >=1.8,<1.11 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.10.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 bbd463c..40acf0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ zulip = [ tests = [ "pytest>=7.4.4,<8.2.0", "types-PyYAML~=6.0.12", - "mypy>=1.8,<1.10" + "mypy>=1.8,<1.11" ] [project.scripts]