From 1c23a2b463637362572cd4c43e91ce0b4ab58979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 08:10:12 +0000 Subject: [PATCH] build(deps): bump cedarscript-grammar in the python-packages group Bumps the python-packages group with 1 update: [cedarscript-grammar](https://github.com/CEDARScript/cedarscript-grammar). Updates `cedarscript-grammar` from 0.1.0 to 0.2.0 - [Release notes](https://github.com/CEDARScript/cedarscript-grammar/releases) - [Commits](https://github.com/CEDARScript/cedarscript-grammar/commits) --- updated-dependencies: - dependency-name: cedarscript-grammar dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4270bf5..48a2f0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ ] keywords = ["parser", "ast", "cedarscript", "code-editing", "refactoring", "code-analysis", "sql-like", "ai-assisted-development"] dependencies = [ - "cedarscript-grammar==0.1.0", + "cedarscript-grammar==0.2.0", ] requires-python = ">=3.8"