mirror of
https://github.com/certbot/certbot.git
synced 2026-07-31 18:25:24 +02:00
Remove cast for jose.fields. (#9228)
* Remove cast for jose.fields. https://github.com/certbot/certbot/pull/9073 references this. * Some of them can't be removed, though. * Fix josepy type hints of json * Increase josepy pinning version. Note that the repin scripts have not been used. * Run repin scripts. * Fix constraints
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ version = '1.25.0.dev0'
|
||||
|
||||
install_requires = [
|
||||
'cryptography>=2.5.0',
|
||||
'josepy>=1.10.0',
|
||||
'josepy>=1.13.0',
|
||||
'PyOpenSSL>=17.3.0',
|
||||
'pyrfc3339',
|
||||
'pytz>=2019.3',
|
||||
|
||||
Reference in New Issue
Block a user