Skip to content

Commit 663cc0f

Browse files
authored
Bump cryptography to fix compat with pyOpenSSL (#200)
1 parent e511458 commit 663cc0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"async_timeout>=4.0.1",
88
"bleak>=0.20.0",
99
"bleak-retry-connector>=2.9.0",
10-
"cryptography>=38.0.3",
10+
"cryptography>=39.0.0",
11+
"pyOpenSSL>=23.0.0",
1112
"boto3>=1.20.24",
1213
"requests>=2.28.1",
1314
],

0 commit comments

Comments
 (0)