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:
Mads Jensen
2022-03-12 20:31:54 +11:00
committed by GitHub
parent ee2f5f5a0a
commit 2b51661430
7 changed files with 166 additions and 168 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ install_requires = [
'configobj>=5.0.6',
'cryptography>=2.5.0',
'distro>=1.0.1',
'josepy>=1.9.0',
'josepy>=1.13.0',
'parsedatetime>=2.4',
'pyrfc3339',
'pytz>=2019.3',