Skip to content

Commit db324b3

Browse files
build(deps): bump sqlparse from 0.5.4 to 0.6.0
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.5.4 to 0.6.0. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](andialbrecht/sqlparse@0.5.4...0.6.0) --- updated-dependencies: - dependency-name: sqlparse dependency-version: 0.6.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6aa66aa commit db324b3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ retry==0.9.2
5757
# via -r requirements.in
5858
six==1.17.0
5959
# via python-dateutil
60-
sqlparse==0.5.4
60+
sqlparse==0.6.0
6161
# via django
6262
strict-rfc3339==0.7
6363
# via -r requirements.in

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ sniffio==1.3.1
125125
# via trio
126126
sortedcontainers==2.4.0
127127
# via trio
128-
sqlparse==0.5.4
128+
sqlparse==0.6.0
129129
# via django
130130
strict-rfc3339==0.7
131131
# via -r requirements.in

0 commit comments

Comments
 (0)