aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Gallamore <ultima@FreeBSD.org>2021-05-09 02:42:58 +0000
committerRichard Gallamore <ultima@FreeBSD.org>2021-05-09 02:42:58 +0000
commitb090a04e67d1f145a9bc6f67ab6eeba2f7aca135 (patch)
treea7dc4f2c8fefc1a6556441ae0751e3b050176f96
parent243641c56f8f6f1151c1c65e4571cba5690116ff (diff)
downloadports-b090a04e67d1f145a9bc6f67ab6eeba2f7aca135.tar.gz
ports-b090a04e67d1f145a9bc6f67ab6eeba2f7aca135.zip
www/py-seafdav: Update dependency
Upgrading notes has sqlalchemy version at 1.4.3. In my testing there were no issues with the version we were using, but lets stay in sync with upstream.
-rw-r--r--www/py-seafdav/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-seafdav/Makefile b/www/py-seafdav/Makefile
index bcc4f76c06b3..719a01803e6e 100644
--- a/www/py-seafdav/Makefile
+++ b/www/py-seafdav/Makefile
@@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>=0.5:devel/py-defusedxml@${PY_FLA
${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.12:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}sqlalchemy13>=0:databases/py-sqlalchemy13@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}sqlalchemy14>=0:databases/py-sqlalchemy14@${PY_FLAVOR}
USES= python:3.6+ shebangfix
USE_GITHUB= yes