Skip to content

Commit

Permalink
Bump cryptography to 42.0.8 (home-assistant#118889)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Jun 6, 2024
1 parent c7cc465 commit e37ee68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ bluetooth-data-tools==1.19.0
cached_ipaddress==0.3.0
certifi>=2021.5.30
ciso8601==2.3.1
cryptography==42.0.5
cryptography==42.0.8
dbus-fast==2.21.3
fnv-hash-fast==0.5.0
ha-av==10.1.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies = [
"lru-dict==1.3.0",
"PyJWT==2.8.0",
# PyJWT has loose dependency. We want the latest one.
"cryptography==42.0.5",
"cryptography==42.0.8",
"Pillow==10.3.0",
"pyOpenSSL==24.1.0",
"orjson==3.9.15",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ifaddr==0.2.0
Jinja2==3.1.4
lru-dict==1.3.0
PyJWT==2.8.0
cryptography==42.0.5
cryptography==42.0.8
Pillow==10.3.0
pyOpenSSL==24.1.0
orjson==3.9.15
Expand Down

0 comments on commit e37ee68

Please sign in to comment.