Skip to content

Commit 824cc88

Browse files
authored
Update pyOpenSSL version
1 parent 8a5de2b commit 824cc88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
'Topic :: Software Development :: Libraries :: Python Modules'
2323
],
2424
tests_require=['coverage'],
25-
install_requires=['pycryptodome>=3.8.1', 'pyOpenSSL>=22.0.0', 'setuptools>=39.0.1', 'cryptography>=38.0.0']
25+
install_requires=['pycryptodome>=3.8.1', 'pyOpenSSL>=22.1.0,<=23.2.0', 'setuptools>=39.0.1', 'cryptography>=38.0.0']
2626
)

0 commit comments

Comments
 (0)