Skip to content

Commit a9f628d

Browse files
Bump pytest from 5.3.1 to 6.0.1 in /news (#13696)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.3.1 to 6.0.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest@5.3.1...6.0.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7c61c78 commit a9f628d

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

news/requirements.txt

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,14 @@
44
#
55
# pip-compile
66
#
7-
atomicwrites==1.3.0 # via pytest
87
attrs==19.3.0 # via pytest
9-
colorama==0.4.1 # via pytest
10-
docopt==0.6.2
11-
importlib-metadata==1.1.0 # via pluggy, pytest
12-
more-itertools==8.0.0 # via pytest, zipp
8+
docopt==0.6.2 # via -r requirements.in
9+
iniconfig==1.0.1 # via pytest
10+
more-itertools==8.0.0 # via pytest
1311
packaging==19.2 # via pytest
1412
pluggy==0.13.1 # via pytest
15-
py==1.8.0 # via pytest
13+
py==1.9.0 # via pytest
1614
pyparsing==2.4.5 # via packaging
17-
pytest==5.3.1
15+
pytest==6.0.1 # via -r requirements.in
1816
six==1.13.0 # via packaging
19-
wcwidth==0.1.7 # via pytest
20-
zipp==0.6.0 # via importlib-metadata
17+
toml==0.10.1 # via pytest

0 commit comments

Comments
 (0)