diff options
Diffstat (limited to 'devel/py-poetry-dynamic-versioning/Makefile')
-rw-r--r-- | devel/py-poetry-dynamic-versioning/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-poetry-dynamic-versioning/Makefile b/devel/py-poetry-dynamic-versioning/Makefile index a412ac6b4fcb..d01016143877 100644 --- a/devel/py-poetry-dynamic-versioning/Makefile +++ b/devel/py-poetry-dynamic-versioning/Makefile @@ -1,5 +1,5 @@ PORTNAME= poetry-dynamic-versioning -PORTVERSION= 1.8.2 +PORTVERSION= 1.9.1 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/mtkennerly/poetry-dynamic-versioning/releases/download/v${PORTVERSION}/ @@ -14,7 +14,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dunamai>=1.23.0<2:devel/py-dunamai@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dunamai>=1.25.0<2:devel/py-dunamai@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.11.1<4:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tomlkit>=0.4:textproc/py-tomlkit@${PY_FLAVOR} |