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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ cached-ipaddress==0.10.0
certifi>=2021.5.30
ciso8601==2.3.2
cronsim==2.6
cryptography==45.0.1
cryptography==45.0.3
dbus-fast==2.43.0
fnv-hash-fast==1.5.0
go2rtc-client==0.1.3b0

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",

2
requirements.txt generated
View File

@ -34,7 +34,7 @@ lru-dict==1.3.0
mutagen==1.47.0
numpy==2.2.6
PyJWT==2.10.1
cryptography==45.0.1
cryptography==45.0.3
Pillow==11.2.1
propcache==0.3.1
pyOpenSSL==25.1.0