Skip to content

Commit

Permalink
Bump sqlparse from 0.4.3 to 0.4.4
Browse files Browse the repository at this point in the history
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.3 to 0.4.4.
- [Release notes](https://github.com/andialbrecht/sqlparse/releases)
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG)
- [Commits](andialbrecht/sqlparse@0.4.3...0.4.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 21, 2023
1 parent a93b5c5 commit 77aed08
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
21 changes: 13 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ structlog = "^22.1.0"
SQLAlchemy = "<=2.0.0"
# snowflake 1.4.4 demands "please install a version that adheres to: 'pyarrow<8.1.0,>=8.0.0; extra == "pandas"'"
pyarrow = {extras = ["pandas"], version=">=8.0.0,<8.1.0"}
sqlparse = "^0.4.2"
sqlparse = "^0.4.4"
# Alternative build of JinjaSQL that's Jinja3 compatible. Up until
# https://github.com/sripathikrishnan/jinjasql/pull/53 gets merged, anyway
# (Note: Check this periodically. Last checked Jan 27, 2023.)
Expand Down

0 comments on commit 77aed08

Please sign in to comment.