summaryrefslogtreecommitdiff
path: root/databases/py-sqlglot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-sqlglot/Makefile')
-rw-r--r--databases/py-sqlglot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-sqlglot/Makefile b/databases/py-sqlglot/Makefile
index ae98a655c10a..d23463f11bd1 100644
--- a/databases/py-sqlglot/Makefile
+++ b/databases/py-sqlglot/Makefile
@@ -1,5 +1,5 @@
PORTNAME= sqlglot
-PORTVERSION= 25.30.0
+PORTVERSION= 25.31.0
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -24,6 +24,6 @@ NO_ARCH= yes
OPTIONS_DEFINE= RS
RS_DESC= SQL parser and transpiler in Rust
-RS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlglotrs>=0.2.13<0.2.13_99:databases/py-sqlglotrs@${PY_FLAVOR}
+RS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlglotrs>=0.2.14<0.2.14_99:databases/py-sqlglotrs@${PY_FLAVOR}
.include <bsd.port.mk>