Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sqlparse from 0.4.4 to 0.5.0 #161

Merged
merged 1 commit into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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