Skip to content

Commit 21b1770

Browse files
authored
unpin cryptography dependency for ansible-operator base images (#6269)
Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
1 parent ce1159d commit 21b1770

File tree

4 files changed

+402
-223
lines changed

4 files changed

+402
-223
lines changed

images/ansible-operator-2.11-preview/Pipfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ ansible-runner-http = "==1.0.0"
99
ipaddress = "==1.0.23"
1010
openshift = "~=0.13.0"
1111
jmespath = "==0.10.0"
12-
# cryptography needs to be pinned to 3.3.2 as this is the last version
13-
# before its setup requires rust, which is not available via RPM in the
14-
# base image. This pin should be re-evaluated once the base image is updated.
15-
cryptography = "==3.3.2"
12+
cryptography = "*"
1613
ansible-core = "~=2.11.0"
1714
oauthlib = "==3.2.1"
1815

0 commit comments

Comments
 (0)