Skip to content

Commit dcb7c5b

Browse files
Bump sqlparse from 0.4.1 to 0.4.2 (#248)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7b76394 commit dcb7c5b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ crashtest==0.3.1; python_version >= "3.6" and python_version < "4.0" and (python
1818
cryptography==3.4.8; python_version >= "3.6" and python_version < "4.0" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0") and sys_platform == "linux"
1919
distlib==0.3.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
2020
django-lifecycle==0.9.1
21-
django-stubs-ext==0.3.0; python_version >= "3.6" and python_version < "4.0"
21+
django-stubs-ext==0.3.1; python_version >= "3.6" and python_version < "4.0"
2222
django-stubs==1.9.0; python_version >= "3.6" and python_version < "4.0"
2323
django==3.2.7; python_version >= "3.6"
2424
docutils==0.16; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
@@ -73,7 +73,7 @@ sphinxcontrib-htmlhelp==2.0.0; python_version >= "3.6"
7373
sphinxcontrib-jsmath==1.0.1; python_version >= "3.6"
7474
sphinxcontrib-qthelp==1.0.3; python_version >= "3.6"
7575
sphinxcontrib-serializinghtml==1.1.5; python_version >= "3.6"
76-
sqlparse==0.4.1; python_version >= "3.6"
76+
sqlparse==0.4.2; python_version >= "3.6"
7777
toml==0.10.2; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.5.0"
7878
tomli==1.2.1; python_version >= "3.6" and python_version < "4.0"
7979
tomlkit==0.7.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ django-lifecycle==0.9.1
33
django==3.2.7; python_version >= "3.6"
44
pytz==2021.1; python_version >= "3.6"
55
six==1.16.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
6-
sqlparse==0.4.1; python_version >= "3.6"
6+
sqlparse==0.4.2; python_version >= "3.6"
77
typing-extensions==3.10.0.2
88
urlman==2.0.1

0 commit comments

Comments
 (0)