Skip to content

Commit 73646a2

Browse files
committed
Pin urllib version in dev requirements file.
When building sphinx docs in the CI environment we get this error: ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with OpenSSL 1.0.2n 7 Dec 2017. See: urllib3/urllib3#2168 This commit pins urllib to < 2.0.0 so we can avoid this error until the environment the docs are built on supports uses a newer openssl version.
1 parent 084bb29 commit 73646a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ black==20.8b1; platform.python_implementation!='PyPy'
1111
diff-cover
1212
autoflake
1313
pre-commit
14+
urllib3>=1.24.2,<2.0.0

0 commit comments

Comments
 (0)