From 05f5220d29016ebf607bcaa3ddee58ccd866a491 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:32:31 +0000 Subject: [PATCH] Update mypy requirement from <1.15 to <1.16 in /cratedb_sqlparse_py 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.15.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cratedb_sqlparse_py/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cratedb_sqlparse_py/pyproject.toml b/cratedb_sqlparse_py/pyproject.toml index 876efaf..53a6ca7 100644 --- a/cratedb_sqlparse_py/pyproject.toml +++ b/cratedb_sqlparse_py/pyproject.toml @@ -68,7 +68,7 @@ dependencies = [ "antlr4-python3-runtime<4.14", ] optional-dependencies.develop = [ - "mypy<1.15", + "mypy<1.16", "packaging", "poethepoet<0.33", "pyproject-fmt<2.6",