Skip to content

Commit

Permalink
Bump sqlparse from 0.4.4 to 0.5.0 (#161)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 16, 2024
1 parent 6b87045 commit d1bc6e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ six==1.16.0
# requests-mock
smart-open==5.1.0
# via -r requirements.txt
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r requirements.txt
# django
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ gunicorn
urllib3>=1.26.5
drf-spectacular==0.27.1

sqlparse==0.4.4
sqlparse==0.5.0
certifi==2023.07.22
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ six==1.16.0
# python-dateutil
smart-open==5.1.0
# via -r requirements.in
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r requirements.in
# django
Expand Down

0 comments on commit d1bc6e6

Please sign in to comment.