From 5bd7106d440495a01b0b4d12e874fd36f7b18fda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 11:06:47 +0000 Subject: [PATCH] Update mypy requirement from ==1.8.0 to ==1.9.0 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...1.9.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f4497f4..81887340 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ numpy = [ { version = ">1.21.0", markers = "python_version ~= '3.9.0'" }, { version = ">1.22.0", markers = "python_version ~= '3.10'" }, ] -mypy = "==1.8.0" +mypy = "==1.9.0" pytest = "*" pytest-cov = "*" pytest-watch = "*"