Skip to content

Commit

Permalink
chore(deps): update sqlglot requirement from ~=25.5.1 to ~=25.9.0
Browse files Browse the repository at this point in the history
Updates the requirements on [sqlglot](https://github.com/tobymao/sqlglot) to permit the latest version.
- [Changelog](https://github.com/tobymao/sqlglot/blob/main/CHANGELOG.md)
- [Commits](tobymao/sqlglot@v25.5.1...v25.9.0)

---
updated-dependencies:
- dependency-name: sqlglot
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 7, 2024
1 parent 1a3608c commit cff90af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies = [
"duckdb~=1.0.0",
"pyarrow",
"snowflake-connector-python",
"sqlglot~=25.5.1",
"sqlglot~=25.9.0",
]

[project.urls]
Expand Down

0 comments on commit cff90af

Please sign in to comment.