Skip to content

Commit 510b73b

Browse files
authored
Merge pull request #40 from elliotweiser/deps-update
Update (and prune) requirements
2 parents 4db0cef + 8aeaac1 commit 510b73b

File tree

3 files changed

+27
-29
lines changed

3 files changed

+27
-29
lines changed

.travis.yml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,32 @@ language: generic
44
matrix:
55
include:
66
- os: osx
7-
osx_image: xcode9.3
8-
env: ANSIBLE_VERSION=2.5.4
7+
osx_image: xcode9.4
8+
env: ANSIBLE_VERSION=2.6.1
99
- os: osx
10-
osx_image: xcode9.3
11-
env: ANSIBLE_VERSION=2.4.4.0
10+
osx_image: xcode9.4
11+
env: ANSIBLE_VERSION=2.5.6
1212
- os: osx
13-
osx_image: xcode9.3
13+
osx_image: xcode9.4
14+
env: ANSIBLE_VERSION=2.4.6.0
15+
- os: osx
16+
osx_image: xcode9.4
1417
env: ANSIBLE_VERSION=2.3.3.0
1518
- os: osx
16-
osx_image: xcode9.3
19+
osx_image: xcode9.4
1720
env: ANSIBLE_VERSION=2.2.3.0
1821
- os: osx
1922
osx_image: xcode9.2
20-
env: ANSIBLE_VERSION=2.5.4
23+
env: ANSIBLE_VERSION=2.6.1
2124
- os: osx
2225
osx_image: xcode8.3
23-
env: ANSIBLE_VERSION=2.5.4
26+
env: ANSIBLE_VERSION=2.6.1
2427
- os: osx
2528
osx_image: xcode7.3
26-
env: ANSIBLE_VERSION=2.5.4
29+
env: ANSIBLE_VERSION=2.6.1
2730
- os: osx
2831
osx_image: xcode6.4
29-
env: ANSIBLE_VERSION=2.5.4
32+
env: ANSIBLE_VERSION=2.6.1
3033

3134
branches:
3235
only:

tests/test-requirements.txt

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
ansible==2.5.4
2-
ansible-lint==3.4.21
1+
ansible==2.6.1
2+
ansible-lint==3.4.23
33
anyconfig==0.9.4
4-
appdirs==1.4.3
54
arrow==0.12.1
65
asn1crypto==0.24.0
76
atomicwrites==1.1.5
87
attrs==18.1.0
98
backports.functools-lru-cache==1.5
109
bcrypt==3.1.4
1110
binaryornot==0.4.4
12-
Cerberus==1.1
11+
Cerberus==1.2
1312
certifi==2018.4.16
1413
cffi==1.11.5
1514
chardet==3.0.4
@@ -18,7 +17,7 @@ click-completion==0.3.1
1817
colorama==0.3.9
1918
configparser==3.5.0
2019
cookiecutter==1.6.0
21-
cryptography==2.2.2
20+
cryptography==2.3
2221
enum34==1.1.6
2322
fasteners==0.14.1
2423
flake8==3.5.0
@@ -30,38 +29,34 @@ ipaddress==1.0.22
3029
Jinja2==2.10
3130
jinja2-time==0.2.0
3231
MarkupSafe==1.0
33-
marshmallow==2.15.3
3432
mccabe==0.6.1
35-
molecule==2.15.0
33+
molecule==2.16.0
3634
monotonic==1.5
3735
more-itertools==4.2.0
38-
packaging==17.1
3936
paramiko==2.4.1
4037
pathspec==0.5.6
41-
pbr==3.0.1
42-
pexpect==4.2.1
38+
pbr==4.0.4
39+
pexpect==4.6.0
4340
pluggy==0.6.0
4441
poyo==0.4.1
45-
psutil==5.2.2
46-
ptyprocess==0.5.2
47-
py==1.5.3
42+
psutil==5.4.6
43+
ptyprocess==0.6.0
44+
py==1.5.4
4845
pyasn1==0.4.3
4946
pycodestyle==2.3.1
5047
pycparser==2.18
51-
pycrypto==2.6.1
5248
pyflakes==1.6.0
5349
PyNaCl==1.2.1
54-
pyparsing==2.2.0
55-
pytest==3.6.1
50+
pytest==3.6.3
5651
python-dateutil==2.7.3
5752
python-gilt==1.2.1
5853
python-vagrant==0.5.15
5954
PyYAML==3.12
60-
requests==2.19.0
55+
requests==2.19.1
6156
sh==1.12.14
6257
six==1.11.0
6358
tabulate==0.8.2
64-
testinfra==1.12.0
59+
testinfra==1.14.0
6560
tree-format==0.1.2
6661
urllib3==1.23
6762
whichcraft==0.4.1

tests/test_default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ def test_clt_package_metadata(host):
2424
def test_git_is_useable(host):
2525
c = host.command('/usr/bin/git --version')
2626
assert c.rc == 0
27-
assert re.match('^git version \d+(.\d+)* \(Apple Git-\d+\)$', c.stdout)
27+
assert re.match('^git version \d+(.\d+)* \(Apple Git-\d+(\.\d+)*\)$', c.stdout)

0 commit comments

Comments
 (0)