summaryrefslogtreecommitdiff
path: root/textproc/py-tomlkit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-tomlkit/Makefile')
-rw-r--r--textproc/py-tomlkit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-tomlkit/Makefile b/textproc/py-tomlkit/Makefile
index 75178dfbf949..8ed09af2a023 100644
--- a/textproc/py-tomlkit/Makefile
+++ b/textproc/py-tomlkit/Makefile
@@ -1,5 +1,5 @@
PORTNAME= tomlkit
-PORTVERSION= 0.12.5
+PORTVERSION= 0.13.0
CATEGORIES= textproc python
MASTER_SITES= PYPI \
https://github.com/sdispater/tomlkit/releases/download/${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}
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR}
USES= python shebangfix
USE_PYTHON= autoplist concurrent pep517 pytest