From 8ae9768438cd4398da86c85557a003337e8ce20d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 11:49:19 +0100 Subject: [PATCH] Bump pytest from 6.0.2 to 6.1.0 (#1059) Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.0.2 to 6.1.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/6.0.2...6.1.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- test-requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 004a8bbcd8..4e890439d1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,7 +9,6 @@ attrs==20.1.0 # via pytest coverage==5.2.1 # via pytest-cov execnet==1.7.1 # via pytest-xdist iniconfig==1.0.1 # via pytest -more-itertools==8.4.0 # via pytest packaging==20.4 # via pytest pluggy==0.13.1 # via pytest py==1.9.0 # via pytest, pytest-forked @@ -17,7 +16,7 @@ pyparsing==2.4.7 # via packaging pytest-cov==2.10.1 # via -r test-requirements.in pytest-forked==1.3.0 # via pytest-xdist pytest-xdist==2.1.0 # via -r test-requirements.in -pytest==6.0.2 # via -r test-requirements.in, pytest-cov, pytest-forked, pytest-xdist +pytest==6.1.0 # via -r test-requirements.in, pytest-cov, pytest-forked, pytest-xdist six==1.15.0 # via packaging toml==0.10.1 # via pytest