From 1d93c78f344e34dc7735e775d910181ebf69315f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:40:05 +0200 Subject: [PATCH] Bump simple-ddl-parser from 1.6.1 to 1.7.0 (#444) Bumps [simple-ddl-parser](https://github.com/xnuinside/simple-ddl-parser) from 1.6.1 to 1.7.0. - [Release notes](https://github.com/xnuinside/simple-ddl-parser/releases) - [Changelog](https://github.com/xnuinside/simple-ddl-parser/blob/main/CHANGELOG.txt) - [Commits](https://github.com/xnuinside/simple-ddl-parser/commits) --- updated-dependencies: - dependency-name: simple-ddl-parser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0118a563..b70ecca8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "fastparquet==2024.5.0", "python-multipart==0.0.10", "rich>=13.7,<13.9", - "simple-ddl-parser==1.6.1", + "simple-ddl-parser==1.7.0", "duckdb==1.1.0", "soda-core-duckdb>=3.3.1,<3.4.0", # remove setuptools when https://github.com/sodadata/soda-core/issues/2091 is resolved