commit: 7f3e626ce03dd478a5308e06190901f55bd4ee8c
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed May 10 20:31:29 2023 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed May 10 20:31:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f3e626c
app-crypt/certbot: update cryptography dep
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
app-crypt/certbot/certbot-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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}]