Bump cryptography to 45.0.1 and pyopenssl to 25.1.0 (#145121)

This commit is contained in:
J. Nick Koston
2025-05-17 17:57:28 -04:00
committed by GitHub
parent ebed38c1dc
commit a169d6ca97
4 changed files with 6 additions and 14 deletions

View File

@@ -82,10 +82,10 @@ dependencies = [
"numpy==2.2.2",
"PyJWT==2.10.1",
# PyJWT has loose dependency. We want the latest one.
"cryptography==44.0.1",
"cryptography==45.0.1",
"Pillow==11.2.1",
"propcache==0.3.1",
"pyOpenSSL==25.0.0",
"pyOpenSSL==25.1.0",
"orjson==3.10.18",
"packaging>=23.1",
"psutil-home-assistant==0.0.1",