git: 4006e7071560 - main - devel/py-python-gist: Fix build by relaxing dependency version limitation

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 14 Dec 2023 07:15:42 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4006e7071560d2e004f19cec4b0147e21823e12b

commit 4006e7071560d2e004f19cec4b0147e21823e12b
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-12-14 07:15:05 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-12-14 07:15:05 +0000

    devel/py-python-gist: Fix build by relaxing dependency version limitation
    
    Reported by:    fallout
---
 devel/py-python-gist/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/py-python-gist/Makefile b/devel/py-python-gist/Makefile
index 5fc14bfdce06..6ff9902ef772 100644
--- a/devel/py-python-gist/Makefile
+++ b/devel/py-python-gist/Makefile
@@ -11,7 +11,7 @@ WWW=		https://pypi.org/project/python-gist/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}python-gnupg>=0.4.7,<0.5.0:security/py-python-gnupg@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}python-gnupg>=0.4.7:security/py-python-gnupg@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.25.1,<3.0.0:www/py-requests@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}responses>0:devel/py-responses@${PY_FLAVOR} \