From ff733bddd7e6e735241a02bff236885cc92a9496 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2020 10:16:15 +0000 Subject: [PATCH] Bump acme from 1.6.0 to 1.7.0 Bumps [acme](https://github.com/letsencrypt/letsencrypt) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/letsencrypt/letsencrypt/releases) - [Commits](https://github.com/letsencrypt/letsencrypt/compare/v1.6.0...v1.7.0) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f674ff74f..33f60d701 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ install_requires=[ "pycognito==0.1.4", "snitun==0.20", - "acme==1.6.0", + "acme==1.7.0", "cryptography>=2.8,<4.0", "attrs>=19.3,<20.2", "pytz>=2019.3",