git: 7da29fa8616a - main - devel/py-mypy-protobuf: Update version requirement of RUN_DEPENDS

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 16 Apr 2022 04:22:35 UTC
The branch main has been updated by sunpoet:

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

commit 7da29fa8616adbd87aca405c39cdaf74e46bfcac
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-04-16 03:57:24 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-04-16 04:19:22 +0000

    devel/py-mypy-protobuf: Update version requirement of RUN_DEPENDS
---
 devel/py-mypy-protobuf/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/py-mypy-protobuf/Makefile b/devel/py-mypy-protobuf/Makefile
index b10c2eee5edf..294f5e03e3e5 100644
--- a/devel/py-mypy-protobuf/Makefile
+++ b/devel/py-mypy-protobuf/Makefile
@@ -12,7 +12,7 @@ COMMENT=	Generate mypy stub files from protobuf specs
 
 LICENSE=	APACHE20
 
-RUN_DEPENDS=	protobuf>=3.17.3,1:devel/protobuf \
+RUN_DEPENDS=	protobuf>=3.19.3,1:devel/protobuf \
 		${PYTHON_PKGNAMEPREFIX}protobuf>=3.19.3,1:devel/py-protobuf@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}types-protobuf>=3.19.5:devel/py-types-protobuf@${PY_FLAVOR}