diff options
Diffstat (limited to 'devel/py-pytest-alembic/Makefile')
-rw-r--r-- | devel/py-pytest-alembic/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/py-pytest-alembic/Makefile b/devel/py-pytest-alembic/Makefile index b14b8e2bd273..674523fbee8c 100644 --- a/devel/py-pytest-alembic/Makefile +++ b/devel/py-pytest-alembic/Makefile @@ -1,6 +1,5 @@ PORTNAME= pytest-alembic -PORTVERSION= 0.11.1 -PORTREVISION= 1 +PORTVERSION= 0.12.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.8:devel/py-poetry-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}alembic>=0:databases/py-alembic@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest>=6.0,1:devel/py-pytest@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pytest>=7.0,1:devel/py-pytest@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 |