Update Ansible to 2.5.2 in pipenv

This commit is contained in:
Alan Orth 2018-04-29 11:41:24 +03:00
parent 6208d1518c
commit 436e823415
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 4 additions and 5 deletions

View File

@ -8,7 +8,7 @@ name = "pypi"
PyYAML = "*" PyYAML = "*"
paramiko = "*" paramiko = "*"
cryptography = "*" cryptography = "*"
ansible = "==2.5.1" ansible = "==2.5.2"
[dev-packages] [dev-packages]

7
Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "15cee6a880bc7ef20671d60af10232ca38c022010724ce86c64da1fee36c4eb8" "sha256": "ffbb8f07429243fbd2a2c1a3c3d2fa38fb8ede07fec46d93dee1d5b91e06f9a5"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": { "requires": {
@ -18,10 +18,10 @@
"default": { "default": {
"ansible": { "ansible": {
"hashes": [ "hashes": [
"sha256:51f0c9411344741fb4f6dd8757e0fb6a52c4dcf53a1bfbbfee413e067e65001a" "sha256:a95483f3b33e0f97d03badaad073392ed03a2b2f526bec4ddf598edfc1c03ae5"
], ],
"index": "pypi", "index": "pypi",
"version": "==2.5.1" "version": "==2.5.2"
}, },
"asn1crypto": { "asn1crypto": {
"hashes": [ "hashes": [
@ -94,7 +94,6 @@
"sha256:edabd457cd23a02965166026fd9bfd196f4324fe6032e866d0f3bd0301cd486f", "sha256:edabd457cd23a02965166026fd9bfd196f4324fe6032e866d0f3bd0301cd486f",
"sha256:fdf1c1dc5bafc32bc5d08b054f94d659422b05aba244d6be4ddc1c72d9aa70fb" "sha256:fdf1c1dc5bafc32bc5d08b054f94d659422b05aba244d6be4ddc1c72d9aa70fb"
], ],
"markers": "platform_python_implementation != 'PyPy'",
"version": "==1.11.5" "version": "==1.11.5"
}, },
"cryptography": { "cryptography": {