This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new d380663e710 chore(deps-dev): bump syntaqlite from 0.4.2 to 0.6.0
(#41952)
d380663e710 is described below
commit d380663e7101eab896bfd93af778a2ac69b5a734
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 12 20:17:34 2026 -0700
chore(deps-dev): bump syntaqlite from 0.4.2 to 0.6.0 (#41952)
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
---
pyproject.toml | 4 ++--
requirements/development.txt | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index 66b9f22129c..81a299759db 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -199,7 +199,7 @@ risingwave = ["sqlalchemy-risingwave"]
shillelagh = ["shillelagh[all]>=1.4.4, <2"]
singlestore = ["sqlalchemy-singlestoredb>=1.2.1, <2"]
snowflake = ["snowflake-sqlalchemy>=1.10.2, <2"]
-sqlite = ["syntaqlite>=0.1.0,<0.5.0"]
+sqlite = ["syntaqlite>=0.6.0,<0.7.0"]
spark = [
"pyhive[hive]>=0.6.5;python_version<'3.11'",
"pyhive[hive_pure_sasl]>=0.7",
@@ -244,7 +244,7 @@ development = [
"ruff",
"sqloxide",
"statsd",
- "syntaqlite>=0.4.2,<0.5.0",
+ "syntaqlite>=0.6.0,<0.7.0",
]
[project.urls]
diff --git a/requirements/development.txt b/requirements/development.txt
index 64bc8248269..fd3f37740a1 100644
--- a/requirements/development.txt
+++ b/requirements/development.txt
@@ -1017,7 +1017,7 @@ starlette==1.3.1
# mcp
statsd==4.0.1
# via apache-superset
-syntaqlite==0.4.2
+syntaqlite==0.6.0
# via apache-superset
tabulate==0.10.0
# via