Skip to content

Commit dc99d2c

Browse files
Update pytest requirement from ~=6.0.1 to ~=6.1.0 (#637)
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest@6.0.1...6.1.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aeaff2b commit dc99d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
coverage ~=5.2
22
doctr ~=1.8.0
33
pyflakes ~=2.2.0
4-
pytest ~=6.0.1
4+
pytest ~=6.1.0
55
vcrpy ~=4.1.0
66
doctr ~=1.8.0
77
ipython ~=7.18.1

0 commit comments

Comments
 (0)