git: eb44fa832b12 - main - devel/py-hologram: Unbreak build by removing dependency upper-limit

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 06 May 2024 20:34:31 UTC
The branch main has been updated by yuri:

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

commit eb44fa832b1272ee0eb8273e13bc2dac348278c2
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-05-06 14:44:28 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-05-06 20:34:26 +0000

    devel/py-hologram: Unbreak build by removing dependency upper-limit
    
    Reported by:    fallout
---
 devel/py-hologram/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/py-hologram/Makefile b/devel/py-hologram/Makefile
index 19cee25d82fe..b81de1a2c292 100644
--- a/devel/py-hologram/Makefile
+++ b/devel/py-hologram/Makefile
@@ -11,7 +11,7 @@ WWW=		https://github.com/dbt-labs/hologram
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.8,<2.9:devel/py-python-dateutil@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.8:devel/py-python-dateutil@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}jsonschema>=3.0:devel/py-jsonschema@${PY_FLAVOR}
 
 USES=		python