Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Bump cryptography from 2.3 to 3.2 in /tosca-samples/org/ystia/yorc/samples/vision/linux/ansible/playbooks/roles/cchurch.virtualenv #148

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,18 @@
#
# pip-compile --output-file requirements.txt requirements.in
#
ansible==2.7.12
asn1crypto==0.24.0 # via cryptography
ansible==2.7.12 # via -r requirements.in
backports.ssl-match-hostname==3.5.0.1 # via docker-py
bcrypt==3.1.4 # via paramiko
bumpversion==0.5.3
bumpversion==0.5.3 # via -r requirements.in
certifi==2018.1.18 # via requests
cffi==1.11.4 # via bcrypt, cryptography, pynacl
chardet==3.0.4 # via requests
cryptography==2.3 # via ansible, paramiko
docker-py==1.10.6
cryptography==3.2 # via ansible, paramiko
docker-py==1.10.6 # via -r requirements.in
docker-pycreds==0.2.1 # via docker-py
enum34==1.1.6 # via cryptography
idna==2.6 # via cryptography, requests
idna==2.6 # via requests
ipaddress==1.0.19 # via cryptography, docker-py
jinja2==2.10.1 # via ansible
markupsafe==1.0 # via jinja2
Expand All @@ -29,7 +28,7 @@ pynacl==1.2.1 # via paramiko
pyyaml==4.2b1 # via ansible
requests==2.20.0 # via docker-py
six==1.11.0 # via bcrypt, cryptography, docker-py, docker-pycreds, pynacl, tox, websocket-client
tox==2.9.1
tox==2.9.1 # via -r requirements.in
urllib3==1.24.2 # via requests
virtualenv==15.1.0 # via tox
websocket-client==0.46.0 # via docker-py