From de391f43d8a4573176ea93033b3b0e1c7642b46c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20K=C3=A4stel?= Date: Thu, 15 Nov 2018 12:26:17 +0100 Subject: [PATCH] Update versions. --- local-oldest-requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/local-oldest-requirements.txt b/local-oldest-requirements.txt index 03226fc84..9e5677096 100644 --- a/local-oldest-requirements.txt +++ b/local-oldest-requirements.txt @@ -1 +1 @@ -acme[dev]==0.26.0 +acme[dev]==0.28.0 diff --git a/setup.py b/setup.py index f8f5feadc..1abac99ae 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ version = meta['version'] # specified here to avoid masking the more specific request requirements in # acme. See https://github.com/pypa/pip/issues/988 for more info. install_requires = [ - 'acme>=0.26.0', + 'acme>=0.28.0', # We technically need ConfigArgParse 0.10.0 for Python 2.6 support, but # saying so here causes a runtime error against our temporary fork of 0.9.3 # in which we added 2.6 support (see #2243), so we relax the requirement.