Skip to content

Commit

Permalink
Changed Ansible to use 2.7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
tobymccann committed Nov 25, 2019
1 parent 667a60c commit aec7df2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
1 change: 0 additions & 1 deletion fish/oh_my_fish/bundle
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
package z
theme default
2 changes: 1 addition & 1 deletion pip/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ansible
ansible==2.7.13
mypy
pip-tools
powerline-status
Expand Down
14 changes: 10 additions & 4 deletions pip/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,34 @@
#
# pip-compile requirements.in
#
ansible==2.9.1
ansible==2.7.13
bcrypt==3.1.7 # via paramiko
certifi==2019.9.11 # via requests
cffi==1.13.2 # via cryptography
cffi==1.13.2 # via bcrypt, cryptography, pynacl
chardet==3.0.4 # via requests
click==7.0 # via pip-tools, tmuxp
colorama==0.4.1 # via tmuxp
cryptography==2.8 # via ansible
cryptography==2.8 # via ansible, paramiko
idna==2.8 # via requests
jinja2==2.10.3 # via ansible
kaptan==0.5.12 # via tmuxp
libtmux==0.8.2 # via tmuxp
markupsafe==1.1.1 # via jinja2
mypy-extensions==0.4.3 # via mypy
mypy==0.740
paramiko==2.6.0 # via ansible
pip-tools==4.2.0
powerline-status==2.7
pycparser==2.19 # via cffi
pynacl==1.3.0 # via paramiko
pyyaml==5.1.2 # via ansible, kaptan
requests==2.22.0
six==1.12.0 # via cryptography, pip-tools
six==1.12.0 # via bcrypt, cryptography, pip-tools, pynacl
tmuxp==1.5.3
typed-ast==1.4.0 # via mypy
typing-extensions==3.7.4 # via mypy
urllib3==1.25.6 # via requests
virtualenv==16.7.7

# The following packages are considered to be unsafe in a requirements file:
# setuptools==42.0.1 # via ansible

0 comments on commit aec7df2

Please sign in to comment.