Skip to content

Commit d6e2d96

Browse files
Bump sqlparse from 0.4.3 to 0.4.4
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]>
1 parent f56bf2c commit d6e2d96

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

poetry.lock

+13-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

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

0 commit comments

Comments
 (0)