summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2023-05-10 15:31:29 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2023-05-10 15:31:29 -0500
commit7f3e626ce03dd478a5308e06190901f55bd4ee8c (patch)
treeda4f4c81f1c89ce1340f50253674c7fab361c020 /app-crypt/certbot
parentapp-crypt/acme: add 2.6.0 (diff)
downloadgentoo-7f3e626ce03dd478a5308e06190901f55bd4ee8c.tar.gz
gentoo-7f3e626ce03dd478a5308e06190901f55bd4ee8c.tar.bz2
gentoo-7f3e626ce03dd478a5308e06190901f55bd4ee8c.zip
app-crypt/certbot: update cryptography dep
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt/certbot')
-rw-r--r--app-crypt/certbot/certbot-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild
index a8c222abcae4..31a618c23d65 100644
--- a/app-crypt/certbot/certbot-9999.ebuild
+++ b/app-crypt/certbot/certbot-9999.ebuild
@@ -49,7 +49,7 @@ RDEPEND="
>=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
>=dev-python/ConfigArgParse-0.9.3[${PYTHON_USEDEP}]
>=dev-python/configobj-5.0.6[${PYTHON_USEDEP}]
- >=dev-python/cryptography-2.5.0[${PYTHON_USEDEP}]
+ >=dev-python/cryptography-3.2.1[${PYTHON_USEDEP}]
>=dev-python/distro-1.0.1[${PYTHON_USEDEP}]
>=dev-python/josepy-1.13.0[${PYTHON_USEDEP}]
>=dev-python/parsedatetime-2.4[${PYTHON_USEDEP}]