Skip to content

Commit 020ccee

Browse files
author
e107109
committed
Updating the version of pyopenssl to 22.0.0
1 parent 0c3760f commit 020ccee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pycryptodome==3.8.1
2-
pyOpenSSL==19.0.0
2+
pyOpenSSL==22.0.0
33
setuptools>=39.0.1
44
coverage>=4.5.3
55
cryptography==37.0.4

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>=19.0.0', 'setuptools>=39.0.1', 'cryptography==37.0.4']
25+
install_requires=['pycryptodome>=3.8.1', 'pyOpenSSL>=22.0.0', 'setuptools>=39.0.1', 'cryptography==37.0.4']
2626
)

0 commit comments

Comments
 (0)