aboutsummaryrefslogtreecommitdiff
path: root/www/py-starlette/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-starlette/Makefile')
-rw-r--r--www/py-starlette/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/py-starlette/Makefile b/www/py-starlette/Makefile
index f2bd9ca2aa8e..81486dcb83fa 100644
--- a/www/py-starlette/Makefile
+++ b/www/py-starlette/Makefile
@@ -1,5 +1,5 @@
PORTNAME= starlette
-PORTVERSION= 0.47.0
+PORTVERSION= 0.47.2
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -32,8 +32,8 @@ FULL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}itsdangerous>=0:security/py-itsdangerou
.include <bsd.port.pre.mk>
-.if ${PYTHON_REL} < 31000
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.10.0:devel/py-typing-extensions@${PY_FLAVOR}
+.if ${PYTHON_REL} < 31300
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.10.0:devel/py-typing-extensions@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>