From c688549419aed83704f6d4a94f3d79303ad85808 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 07:09:27 +0000 Subject: [PATCH] Update mypy requirement from ~=1.7.0 to >=1.7,<1.9 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.7.0...v1.8.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 270c64c..03f9bcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ zulip = [ tests = [ "pytest~=7.4.3", "types-PyYAML~=6.0.12", - "mypy~=1.7.0" + "mypy>=1.7,<1.9" ] [project.scripts]