From d79d7e5b28e645f693c2b7275e5b2ac4baabec00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 18:48:03 +0000 Subject: [PATCH] Bump pytest from 6.1.0 to 6.1.1 in /news Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.1.0 to 6.1.1. - [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.1.0...6.1.1) Signed-off-by: dependabot[bot] --- news/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/requirements.txt b/news/requirements.txt index 2fdb54237f62..18a3838e0428 100644 --- a/news/requirements.txt +++ b/news/requirements.txt @@ -11,6 +11,6 @@ packaging==20.4 # via pytest pluggy==0.13.1 # via pytest py==1.9.0 # via pytest pyparsing==2.4.5 # via packaging -pytest==6.1.0 # via -r requirements.in +pytest==6.1.1 # via -r requirements.in six==1.13.0 # via packaging toml==0.10.1 # via pytest