From aa5960d04499f529d643bde1e1592d82fbd70b1c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 06:32:20 +0000 Subject: [PATCH] build(deps): Bump pytest from 5.3.4 to 6.2.4 Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.3.4 to 6.2.4. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/5.3.4...6.2.4) 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..008d7f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ ipython==7.11.1 -pytest==5.3.4 +pytest==6.2.4 pytest-benchmark==3.2.3