From 4836490402994c09753a2129b8ed83c8f395867e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 18:47:15 +0000 Subject: [PATCH] Update mypy requirement from <1.19 to <1.20 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.19.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:development ... 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 83a5273..a9d4e99 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.19", + "mypy<1.20", "packaging", "poethepoet<1", "pyproject-fmt<2.9",