git: d6f05728a80d - 2025Q2 - www/py-flask-limiter: relax dependency version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 13 Apr 2025 07:30:33 UTC
The branch 2025Q2 has been updated by driesm: URL: https://cgit.FreeBSD.org/ports/commit/?id=d6f05728a80d87e150c8f4b1d6f4055cb97edbfb commit d6f05728a80d87e150c8f4b1d6f4055cb97edbfb Author: Dries Michiels <driesm@FreeBSD.org> AuthorDate: 2025-04-01 18:57:23 +0000 Commit: Dries Michiels <driesm@FreeBSD.org> CommitDate: 2025-04-13 07:29:49 +0000 www/py-flask-limiter: relax dependency version (cherry picked from commit 10d2034c550479df8aced7c3fd99bbc97389b4aa) --- www/py-flask-limiter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/py-flask-limiter/Makefile b/www/py-flask-limiter/Makefile index 96a3949b7d1d..578bd3b6ac95 100644 --- a/www/py-flask-limiter/Makefile +++ b/www/py-flask-limiter/Makefile @@ -13,7 +13,7 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flask>=2:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}limits>=2.8:www/py-limits@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ordered-set>4,<5:devel/py-ordered-set@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}rich>=12,<14:textproc/py-rich@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}rich>=12:textproc/py-rich@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4:devel/py-typing-extensions@${PY_FLAVOR} USES= python