Skip to content

Commit

Permalink
build(deps): 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: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 16, 2024
1 parent 97dc05a commit 3c6f1fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ six==1.16.0
# rfc3339-validator
# url-normalize
# zodb
sqlparse==0.4.4
sqlparse==0.5.0
# via django
transaction==3.0.1
# via zodb
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ sortedcontainers==2.4.0
# via
# hypothesis
# trio
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r requirements.txt
# django
Expand Down

0 comments on commit 3c6f1fb

Please sign in to comment.