Update dependencies (27-08-2024) (#9993)

Update dependencies & proactively defends against major bump to Josepy 2+

Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
Adrien Ferrand
2024-08-28 07:22:22 -07:00
committed by GitHub
co-authored by Brad Warren
parent 7b2b2b1685
commit 80e68bec26
5 changed files with 106 additions and 99 deletions
+3 -1
View File
@@ -34,7 +34,9 @@ install_requires = [
'distro>=1.0.1',
'importlib_resources>=1.3.1; python_version < "3.9"',
'importlib_metadata>=4.6; python_version < "3.10"',
'josepy>=1.13.0',
# Josepy 2+ may introduce backward incompatible changes by droping usage of
# deprecated PyOpenSSL APIs.
'josepy>=1.13.0, <2',
'parsedatetime>=2.4',
'pyrfc3339',
'pytz>=2019.3',