From b6ed37b554ed13aaaf6a17530e868d1d18635d5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 07:02:41 +0000 Subject: [PATCH] Chore(deps): Update mypy requirement from <1.12 to <1.13 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/v0.1.0...v1.12.1) --- 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 6038f95..3396630 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -120,7 +120,7 @@ dependencies = [ [project.optional-dependencies] develop = [ "hunter<4", - "mypy<1.12", + "mypy<1.13", "poethepoet<0.30", "pyproject-fmt<2.3", "ruff<0.8",