summaryrefslogtreecommitdiff
path: root/devel/py-anyio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-anyio/Makefile')
-rw-r--r--devel/py-anyio/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-anyio/Makefile b/devel/py-anyio/Makefile
index a6bccd902e4e..a2ddfe1abcab 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}
@@ -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>