aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2026-02-03 05:00:38 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2026-02-03 05:13:35 +0000
commitcad025ef28e8539b6ac67d4cdc33301e49869f5e (patch)
treee623a9008047f80263740fb043b17b188f5602e7
parent9b73453b9ae9265852c622854cac5780d41769df (diff)
Mk/Uses/python.mk: Update CRYPTOGRAPHY_DEPENDS
-rw-r--r--Mk/Uses/python.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk
index 5651c3fd73b6..eb6fac73926c 100644
--- a/Mk/Uses/python.mk
+++ b/Mk/Uses/python.mk
@@ -630,7 +630,7 @@ _PYTHONPKGLIST= ${WRKDIR}/.PLIST.pymodtmp
# cryptography* support
. if ${PYCRYPTOGRAPHY_DEFAULT} == rust
-CRYPTOGRAPHY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=45.0.7,1<47,1:security/py-cryptography@${PY_FLAVOR}
+CRYPTOGRAPHY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=46.0.4,1<47,1:security/py-cryptography@${PY_FLAVOR}
. else
CRYPTOGRAPHY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography-legacy>=3.4.8_3,1:security/py-cryptography-legacy@${PY_FLAVOR}
. endif