From e82b5cb2bd7a63725415ba16462e00762aa5f695 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 15:16:04 +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 54c144e3..f51818a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ console = ["ipython"] ruff = "0.3.0" [tool.poetry.group.check.dependencies] -mypy = "1.8.0" +mypy = "1.9.0" types-pillow = "10.2.0.20240213" types-tqdm = "4.66.0.20240106"