Skip to content

Commit

Permalink
build(deps): bump sqlfluff from 3.2.5 to 3.3.0
Browse files Browse the repository at this point in the history
Bumps [sqlfluff](https://github.com/sqlfluff/sqlfluff) from 3.2.5 to 3.3.0.
- [Release notes](https://github.com/sqlfluff/sqlfluff/releases)
- [Changelog](https://github.com/sqlfluff/sqlfluff/blob/main/CHANGELOG.md)
- [Commits](sqlfluff/sqlfluff@3.2.5...3.3.0)

---
updated-dependencies:
- dependency-name: sqlfluff
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent a7dfec6 commit fe59858
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ keywords = [
"dataform",
]
dependencies = [
"sqlfluff==3.2.5"
"sqlfluff==3.3.0"
]

[project.entry-points.sqlfluff]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ types-tqdm
requests
ghapi
yamllint
sqlfluff==3.2.5
sqlfluff==3.3.0

0 comments on commit fe59858

Please sign in to comment.