Skip to content

Commit

Permalink
Install compatible version of PyOpenSSL
Browse files Browse the repository at this point in the history
The installed version of cryptography and pyopenssl may become
out of sync. Ensure the latest pyopenssl is installed to fix this.
See pyca/pyopenssl#1114
  • Loading branch information
msherman64 committed Sep 29, 2022
1 parent c8c601c commit 3cff22e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
ansible>=2.10,<=4

# ensure the version of pyopenssl installed is compatible with cryptography. May be resolved after ansible 5.x
# https://github.com/pyca/pyopenssl/issues/1114
pyopenssl

# Jinja2 3.1 breaks filters, removes py3.6 support
# See https://jinja.palletsprojects.com/en/3.1.x/changes/#version-3-1-0
jinja2<3.1.0
Expand Down

0 comments on commit 3cff22e

Please sign in to comment.