From 50480d43e91c6ff67dc9fe02a0d57d2034256a3c Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 6 Jan 2021 16:24:40 -0800 Subject: [PATCH] update min configobj version --- certbot/setup.py | 2 +- tools/oldest_constraints.txt | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/certbot/setup.py b/certbot/setup.py index 8163b0ab4..ef5ffd65e 100644 --- a/certbot/setup.py +++ b/certbot/setup.py @@ -40,7 +40,7 @@ install_requires = [ # 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. 'ConfigArgParse>=0.9.3', - 'configobj', + 'configobj>=5.0.6', 'cryptography>=2.1.4', 'distro>=1.0.1', # 1.1.0+ is required to avoid the warnings described at diff --git a/tools/oldest_constraints.txt b/tools/oldest_constraints.txt index 6ad509258..97b9e3fa3 100644 --- a/tools/oldest_constraints.txt +++ b/tools/oldest_constraints.txt @@ -15,7 +15,6 @@ # initially referred to the Python 2 packages in CentOS/RHEL 7 with EPEL. cffi==1.9.1 chardet==2.2.1 -configobj==4.7.2 ipaddress==1.0.16 mock==1.0.1 ndg-httpsclient==0.3.2 @@ -70,6 +69,9 @@ httplib2==0.9.2 idna==2.6 setuptools==39.0.1 +# Ubuntu Focal constraints +configobj==5.0.6 + # Plugin constraints # These aren't necessarily the oldest versions we need to support # Tracking at https://github.com/certbot/certbot/issues/6473