From a8bc884908b354061512a2f29c4a5fde511e51c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:19:26 +0000 Subject: [PATCH] Chore(deps): Update mypy requirement from <1.13 to <1.14 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.13.0) --- 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 9779f3e..2ca9156 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ optional-dependencies.all = [ "sqlalchemy-cratedb[vector]", ] optional-dependencies.develop = [ - "mypy<1.13", + "mypy<1.14", "poethepoet<0.30", "pyproject-fmt<2.5", "ruff<0.8",