Skip to content

Commit 455c663

Browse files
deps(deps): bump sqlparse from 0.5.2 to 0.5.5
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.5.2 to 0.5.5. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](andialbrecht/sqlparse@0.5.2...0.5.5) --- updated-dependencies: - dependency-name: sqlparse dependency-version: 0.5.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 74ce99e commit 455c663

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements-aarch64.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ social-auth-core==4.5.4
502502
# social-auth-app-django
503503
sqlalchemy==2.0.29
504504
# via langchain
505-
sqlparse==0.5.2
505+
sqlparse==0.5.5
506506
# via
507507
# -r requirements.in
508508
# django

requirements-x86_64.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ social-auth-core==4.5.4
502502
# social-auth-app-django
503503
sqlalchemy==2.0.29
504504
# via langchain
505-
sqlparse==0.5.2
505+
sqlparse==0.5.5
506506
# via
507507
# -r requirements.in
508508
# django

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ requests==2.32.0
6363
segment-analytics-python==2.2.2
6464
# pin sqlparse on 0.5.0 to address GHSA-2m57-hf25-phgg
6565
# Remove once a Django>4.2.11 is released with an updated dep on sqlparse
66-
sqlparse==0.5.2
66+
sqlparse==0.5.5
6767
social-auth-app-django==5.4.1
6868
social-auth-core==4.5.4
6969
slack-sdk==3.31.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ social-auth-core==4.5.4
502502
# social-auth-app-django
503503
sqlalchemy==2.0.29
504504
# via langchain
505-
sqlparse==0.5.2
505+
sqlparse==0.5.5
506506
# via
507507
# -r requirements.in
508508
# django

0 commit comments

Comments
 (0)