From a9b51e0a6dc6a5f74aae07027e001ddcf4a6128c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 13:17:19 +0200 Subject: [PATCH] Bump simple-ddl-parser from 1.1.0 to 1.3.0 (#188) Bumps [simple-ddl-parser](https://github.com/xnuinside/simple-ddl-parser) from 1.1.0 to 1.3.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/compare/v1.1.0...v1.3.0) --- 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 1740d7f7..b9153913 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "fastparquet==2024.2.0", "python-multipart==0.0.9", "rich~=13.7.0", - "simple-ddl-parser==1.1.0", + "simple-ddl-parser==1.3.0", "soda-core-bigquery>=3.3.1,<3.4.0", "soda-core-duckdb>=3.3.1,<3.4.0", "soda-core-postgres>=3.3.1,<3.4.0",