Skip to content

Commit c9a277e

Browse files
authored
allow more recent pyopenssl (#3541)
1 parent d8b2afa commit c9a277e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ hiredis = [
4545
]
4646
ocsp = [
4747
"cryptography>=36.0.1",
48-
"pyopenssl==20.0.1",
48+
"pyopenssl>=20.0.1",
4949
"requests>=2.31.0",
5050
]
5151
jwt = [

0 commit comments

Comments
 (0)