Bump setup.py's ConfigArgParse version (#9784)

I neglected to do this during #9678, so looks like some pip installs
are failing to get the minimum required version.
This commit is contained in:
Will Greenberg 2023-10-04 16:22:13 -07:00 committed by GitHub
parent 0862e05754
commit 02efc8c5ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,10 +28,7 @@ install_requires = [
# simplicity. See https://github.com/certbot/certbot/issues/8761 for more
# info.
f'acme>={version}',
# 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.
'ConfigArgParse>=0.9.3',
'ConfigArgParse>=1.5.3',
'configobj>=5.0.6',
'cryptography>=3.2.1',
'distro>=1.0.1',