Skip to content

Commit

Permalink
Patch update sqlparse
Browse files Browse the repository at this point in the history
Signed-off-by: Kipchirchir Sigei <[email protected]>
  • Loading branch information
KipSigei committed Jul 31, 2024
1 parent 2ffddaf commit df66ae8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/azure.pip
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ six==1.16.0
# via
# azure-core
# isodate
sqlparse==0.5.0
sqlparse==0.5.1
# via django
typing-extensions==4.12.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.pip
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ six==1.16.0
# tableschema
sqlalchemy==2.0.31
# via dataflows-tabulator
sqlparse==0.5.0
sqlparse==0.5.1
# via
# django
# django-debug-toolbar
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ snowballstemmer==2.2.0
# via pydocstyle
sqlalchemy==2.0.31
# via dataflows-tabulator
sqlparse==0.5.0
sqlparse==0.5.1
# via
# django
# django-debug-toolbar
Expand Down
2 changes: 1 addition & 1 deletion requirements/s3.pip
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ s3transfer==0.10.2
# via boto3
six==1.16.0
# via python-dateutil
sqlparse==0.5.0
sqlparse==0.5.1
# via django
typing-extensions==4.12.2
# via asgiref
Expand Down
2 changes: 1 addition & 1 deletion requirements/ses.pip
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ s3transfer==0.10.2
# via boto3
six==1.16.0
# via python-dateutil
sqlparse==0.5.0
sqlparse==0.5.1
# via django
typing-extensions==4.12.2
# via asgiref
Expand Down

0 comments on commit df66ae8

Please sign in to comment.