Browse Source

Bump sqlparse from 0.3.1 to 0.4.1

Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.3.1 to 0.4.1.
- [Release notes](https://github.com/andialbrecht/sqlparse/releases)
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG)
- [Commits](https://github.com/andialbrecht/sqlparse/compare/0.3.1...0.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 5 years ago
parent
commit
0bfcf8082e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      requirements.txt

+ 1 - 1
requirements.txt

@@ -1,6 +1,6 @@
 asgiref==3.2.10
 Django==3.1.2
 pytz==2020.1
-sqlparse==0.3.1
+sqlparse==0.4.1
 requests
 python-slugify