mirror of
https://github.com/certbot/certbot.git
synced 2025-08-08 04:02:10 +03:00
Bump the acme version needed for account reuse (#6250)
* Bump the acme version needed for account reuse. Fixes https://github.com/certbot/certbot/issues/6155#issuecomment-407122742. * Update nginx oldest requirements. * bump min acme version * update min acme version
This commit is contained in:
@@ -7,7 +7,7 @@ version = '0.27.0.dev0'
|
||||
# Remember to update local-oldest-requirements.txt when changing the minimum
|
||||
# acme/certbot version.
|
||||
install_requires = [
|
||||
'acme>=0.25.0',
|
||||
'acme>=0.26.0',
|
||||
'certbot>=0.22.0',
|
||||
'mock',
|
||||
'PyOpenSSL',
|
||||
|
Reference in New Issue
Block a user