Skip to content

Commit fdb639b

Browse files
authored
Update pyOpenSSL dependency range to pull in v21
1 parent 1f027a4 commit fdb639b

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
@@ -16,7 +16,7 @@
1616
# By default, version minimums are set to be compatible with the oldest supported Ubuntu LTS (currently 18.04).
1717
'lxml >= 4.2.1, < 5',
1818
'cryptography >= 2.1.4',
19-
'pyOpenSSL >= 17.5.0, < 21',
19+
'pyOpenSSL >= 17.5.0, < 22',
2020
'certifi >= 2018.1.18'
2121
],
2222
packages=find_packages(exclude=['test']),

0 commit comments

Comments
 (0)