Merge pull request #93 from EmilStenstrom/dependabot/pip/sqlparse-0.4.2

Bump sqlparse from 0.4.1 to 0.4.2
This commit is contained in:
Emil Stenström 2021-09-10 20:41:52 +02:00 committed by GitHub
commit bfc27a6b75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -52,7 +52,7 @@ six==1.15.0
# via
# tox
# virtualenv
sqlparse==0.4.1
sqlparse==0.4.2
# via django
toml==0.10.2
# via

View file

@ -3,7 +3,7 @@ import os
from setuptools import find_packages, setup
VERSION = '0.17'
VERSION = "0.17"
setup(
name="django_components",