From d604948c326fff4b8f0ff20c3e558fb6d5d09149 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 13:18:27 +0000 Subject: [PATCH] Update mypy requirement from <1.16 to <1.17 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.16.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.0 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 41e0bec..6fa5581 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ optional-dependencies.all = [ "cratedb-about[manyio,llm]", ] optional-dependencies.develop = [ - "mypy<1.16", + "mypy<1.17", "poethepoet<1", "pyproject-fmt<3", "ruff<0.12",