Skip to content

Commit e2a5325

Browse files
Bump py from 1.8.0 to 1.11.0 in /ci
Bumps [py](https://github.com/pytest-dev/py) from 1.8.0 to 1.11.0. - [Changelog](https://github.com/pytest-dev/py/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/py@1.8.0...1.11.0) --- updated-dependencies: - dependency-name: py dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1d8faab commit e2a5325

File tree

1 file changed

+42
-18
lines changed

1 file changed

+42
-18
lines changed

ci/requirements-tests.txt

+42-18
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,51 @@
44
#
55
# pip-compile --output-file ci/requirements-tests.txt setup.py ci/requirements-tests.in
66
#
7-
apipkg==1.5 # via execnet
8-
atomicwrites==1.3.0 # via pytest
7+
apipkg==1.5
8+
# via execnet
9+
atomicwrites==1.3.0
10+
# via pytest
911
attrs==19.1.0
10-
cffi==1.12.2
11-
coverage==4.5.3 # via pytest-cov
12-
execnet==1.5.0 # via pytest-cache
13-
future==0.18.3
14-
mccabe==0.6.1 # via pytest-mccabe
15-
more-itertools==5.0.0 # via pytest
16-
numpy==1.16.2
17-
pep8==1.7.1 # via pytest-pep8
18-
pluggy==0.9.0 # via pytest
19-
py==1.8.0 # via pytest
20-
pycparser==2.19 # via cffi
21-
pyflakes==2.1.1 # via pytest-flakes
22-
pytest-cache==1.0 # via pytest-mccabe, pytest-pep8
12+
# via pytest
13+
coverage==4.5.3
14+
# via pytest-cov
15+
execnet==1.5.0
16+
# via pytest-cache
17+
mccabe==0.6.1
18+
# via pytest-mccabe
19+
more-itertools==5.0.0
20+
# via pytest
21+
pep8==1.7.1
22+
# via pytest-pep8
23+
pluggy==0.9.0
24+
# via pytest
25+
py==1.11.0
26+
# via pytest
27+
pyflakes==2.1.1
28+
# via pytest-flakes
29+
pytest==4.3.1
30+
# via
31+
# -r requirements-tests.in
32+
# pytest-cache
33+
# pytest-cov
34+
# pytest-flakes
35+
# pytest-mccabe
36+
# pytest-pep8
37+
pytest-cache==1.0
38+
# via
39+
# pytest-mccabe
40+
# pytest-pep8
2341
pytest-cov==2.6.1
42+
# via -r requirements-tests.in
2443
pytest-flakes==4.0.0
44+
# via -r requirements-tests.in
2545
pytest-mccabe==0.1
46+
# via -r requirements-tests.in
2647
pytest-pep8==1.0.6
48+
# via -r requirements-tests.in
2749
pytest-runner==4.4
28-
pytest==4.3.1
29-
six==1.12.0 # via pytest
30-
typing==3.6.6
50+
# via -r requirements-tests.in
51+
six==1.12.0
52+
# via
53+
# more-itertools
54+
# pytest

0 commit comments

Comments
 (0)