From 18a1b65f4b9586d7535a4290c9c8bc6f41a097f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 17:15:57 +0000 Subject: [PATCH] Update mypy requirement from <1.18 to <1.19 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.18.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.18.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 4456c77..02d1c4f 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.18", + "mypy<1.19", "packaging", "poethepoet<1", "pyproject-fmt<2.7",