Skip to content

Commit

Permalink
Bump sqlparse from 0.4.2 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.2 to 0.5.0.
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG)
- [Commits](andialbrecht/sqlparse@0.4.2...0.5.0)

---
updated-dependencies:
- dependency-name: sqlparse
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 5, 2024
1 parent c2b883a commit 7c9fc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ typed_ast==1.5.2
click==8.1.2
pytz==2021.3
asgiref==3.5.0
sqlparse==0.4.4; python_version == '3.7'
sqlparse==0.5.0; python_version == '3.7'
sqlparse==0.5.0; python_version != '3.7'
# Latest importlib_metadata compatible with latest flake8
importlib_metadata==4.2.0
Expand Down

0 comments on commit 7c9fc03

Please sign in to comment.