diff options
Diffstat (limited to 'security/py-google-auth/Makefile')
-rw-r--r-- | security/py-google-auth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-google-auth/Makefile b/security/py-google-auth/Makefile index 22e14316d844..b2c4c5fe4e50 100644 --- a/security/py-google-auth/Makefile +++ b/security/py-google-auth/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= google-auth -PORTVERSION= 1.9.0 +PORTVERSION= 1.10.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ COMMENT= Google Authentication Library LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cachetools>=2.0.0<3.2:devel/py-cachetools@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cachetools>=2.0.0<5.0:devel/py-cachetools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0.2.1:devel/py-pyasn1-modules@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rsa>=3.1.4<4.1:security/py-rsa@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} |