From dd6f5d61cdc53afff531c2a866de905d934863dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:41:59 +0000 Subject: [PATCH] Update antlr4-tools requirement from >=0.2.1 to >=0.2.2 Updates the requirements on [antlr4-tools](https://github.com/antlr/antlr4-tools) to permit the latest version. - [Release notes](https://github.com/antlr/antlr4-tools/releases) - [Commits](https://github.com/antlr/antlr4-tools/compare/0.2.2...0.2.2) --- updated-dependencies: - dependency-name: antlr4-tools dependency-version: 0.2.2 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 afa031c..70ae90a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Dependencies to build and generate cratedb-sqlparse parsers; same readme = "README.md" requires-python = ">=3.12" dependencies = [ - "antlr4-tools>=0.2.1", + "antlr4-tools>=0.2.2", "requests>=2.32.3", ] tool.uv.package = false