Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 15, 2024
1 parent e7fa18c commit 5ad0c6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pysolr = "~=3.9.0"
requests = "~=2.31.0"
numpy = "~=1.22"
pandas = "~=1.2.2"
sqlparse = "~=0.4.1"
sqlparse = "~=0.5.0"

[dev-packages]
sqlalchemy = "~=1.4.7"
Expand All @@ -22,7 +22,7 @@ pytest = "~=7.4.4"
requests = "~=2.31.0"
numpy = "~=1.22"
pandas = "~=1.2.2"
sqlparse = "~=0.4.1"
sqlparse = "~=0.5.0"
nose = "*"
mock = "*"
coverage = "*"
Expand Down
10 changes: 5 additions & 5 deletions Pipfile.lock

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

0 comments on commit 5ad0c6d

Please sign in to comment.