Bump cryptography to 44.0.1 (#138371)

This commit is contained in:
Robert Resch 2025-02-12 12:46:53 +01:00 committed by Franck Nijhof
parent b166c32eb8
commit 41fb6a537f
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ cached-ipaddress==0.8.0
certifi>=2021.5.30
ciso8601==2.3.2
cronsim==2.6
cryptography==44.0.0
cryptography==44.0.1
dbus-fast==2.33.0
fnv-hash-fast==1.2.2
go2rtc-client==0.1.2

View File

@ -56,7 +56,7 @@ dependencies = [
"lru-dict==1.3.0",
"PyJWT==2.10.1",
# PyJWT has loose dependency. We want the latest one.
"cryptography==44.0.0",
"cryptography==44.0.1",
"Pillow==11.1.0",
"propcache==0.2.1",
"pyOpenSSL==24.3.0",

2
requirements.txt generated
View File

@ -28,7 +28,7 @@ ifaddr==0.2.0
Jinja2==3.1.5
lru-dict==1.3.0
PyJWT==2.10.1
cryptography==44.0.0
cryptography==44.0.1
Pillow==11.1.0
propcache==0.2.1
pyOpenSSL==24.3.0