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: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent 332e302 commit 369b0d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,9 @@ pyasn1-modules==0.3.0
pycparser==2.21
# via cffi
pyjwt[crypto]==2.8.0
# via msal
# via
# msal
# pyjwt
python-crontab==3.0.0
# via django-celery-beat
python-dateutil==2.9.0.post0
Expand Down Expand Up @@ -214,7 +216,7 @@ six==1.16.0
# azure-core
# opencensus
# python-dateutil
sqlparse==0.4.4
sqlparse==0.5.0
# via django
tornado==6.4
# via flower
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ six==1.16.0
# azure-core
# opencensus
# python-dateutil
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r ./requirements_test.txt
# django
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ six==1.16.0
# azure-core
# opencensus
# python-dateutil
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r ./requirements.txt
# django
Expand Down

0 comments on commit 369b0d0

Please sign in to comment.