diff options
Diffstat (limited to 'devel/py-anyio/Makefile')
| -rw-r--r-- | devel/py-anyio/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-anyio/Makefile b/devel/py-anyio/Makefile index a6bccd902e4e..cfe1235d16c6 100644 --- a/devel/py-anyio/Makefile +++ b/devel/py-anyio/Makefile @@ -1,5 +1,5 @@ PORTNAME= anyio -PORTVERSION= 4.10.0 +PORTVERSION= 4.11.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PY_EXCEPTIONGROUP} \ ${PYTHON_PKGNAMEPREFIX}idna>=2.8:dns/py-idna@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sniffio>=1.1:devel/py-sniffio@${PY_FLAVOR} -USES= python:3.9+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes @@ -26,7 +26,7 @@ NO_ARCH= yes OPTIONS_DEFINE= TRIO TRIO_DESC= Use trio as backend -TRIO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}trio>=0.26.1:net/py-trio@${PY_FLAVOR} +TRIO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}trio>=0.31.0:net/py-trio@${PY_FLAVOR} .include <bsd.port.pre.mk> |
