mirror of
https://github.com/django-components/django-components.git
synced 2025-10-03 18:54:33 +00:00
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:
commit
bfc27a6b75
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
2
setup.py
2
setup.py
|
@ -3,7 +3,7 @@ import os
|
|||
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
VERSION = '0.17'
|
||||
VERSION = "0.17"
|
||||
|
||||
setup(
|
||||
name="django_components",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue