From 251f33c45ac8cc666939a49944bc7d835136213a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 23:53:17 +0000 Subject: [PATCH] Update mypy requirement from <1.16 to <1.18 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.17.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.1 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 f199fc5..2779422 100644 --- a/cratedb_sqlparse_py/pyproject.toml +++ b/cratedb_sqlparse_py/pyproject.toml @@ -66,7 +66,7 @@ urls.Repository = "https://github.com/crate/cratedb-sqlparse" [dependency-groups] dev = [ - "mypy<1.16", + "mypy<1.18", "packaging", "poethepoet<1", "pyproject-fmt<2.6",