From f36a37ef77b445842a0d6a0a4a162d2e3a67485f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 05:33:56 +0000 Subject: [PATCH] Chore(deps): Update mypy requirement from <1.11 to <1.12 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.11) --- 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 4616d84..1db7ee3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,7 +105,7 @@ dependencies = [ "toolz<0.13", ] optional-dependencies.develop = [ - "mypy<1.11", + "mypy<1.12", "poethepoet<0.28", "pyproject-fmt<2.2", "ruff<0.6",