From 5779509dbcdd4ebb69d14531e001cf9670f83aee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20K=C3=A4stel?= Date: Thu, 15 Nov 2018 13:12:32 +0100 Subject: [PATCH] Try 0.29.0. --- 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 9e5677096..d582d5c65 100644 --- a/local-oldest-requirements.txt +++ b/local-oldest-requirements.txt @@ -1 +1 @@ -acme[dev]==0.28.0 +acme[dev]==0.29.0 diff --git a/setup.py b/setup.py index 1abac99ae..7088dd62a 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.28.0', + 'acme>=0.29.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.