aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2026-03-09 18:02:16 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2026-03-09 18:20:20 +0000
commite2729bff3f9544cc128e07a11846d61f6ccc9237 (patch)
treeba55e61f5d44f2d48d97445219d52bad4fbc0c1f
parentda78e7684d68fcd07f8bfdc154203948e9f01943 (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 eb6fac73926c..d141bf97ddcc 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>=46.0.4,1<47,1:security/py-cryptography@${PY_FLAVOR}
+CRYPTOGRAPHY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=46.0.5,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