Update cryptography to 45.0.3 (#145979)

This commit is contained in:
Marc Mueller
2025-06-02 07:53:58 +02:00
committed by GitHub
parent 17542614b5
commit 0139d2cabf
3 changed files with 3 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ dependencies = [
"numpy==2.2.6",
"PyJWT==2.10.1",
# PyJWT has loose dependency. We want the latest one.
"cryptography==45.0.1",
"cryptography==45.0.3",
"Pillow==11.2.1",
"propcache==0.3.1",
"pyOpenSSL==25.1.0",