From efc899afbc2179de9d68ab2ffdcad4d978157000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 22:01:27 +0000 Subject: [PATCH] Bump pytest from 6.1.2 to 6.2.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.1.2 to 6.2.2. - [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/6.1.2...6.2.2) Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 274f94ef..d2f3b128 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -44,7 +44,7 @@ pyflakes==2.2.0 # via flake8 pyparsing==2.4.7 # via packaging -pytest==6.1.2 +pytest==6.2.2 # via -r requirements-dev.in pytz==2020.4 # via django