From 8689a26d598353eb765483a2d0fdcd8cecb0aa1b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Oct 2020 07:31:38 +0000 Subject: [PATCH] Bump pytest from 5.3.4 to 6.1.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.3.4 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/5.3.4...6.1.0) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b747a30..e9fb1ba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ ipython==7.11.1 -pytest==5.3.4 +pytest==6.1.0 pytest-benchmark==3.2.3