From 51f399912bc658a669337df0616907767a122467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Dec 2020 06:33:52 +0000 Subject: [PATCH] Bump pytest from 6.1.1 to 6.2.1 in /requirements Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.1.1 to 6.2.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.1...6.2.1) 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 2d6dea2..2c38833 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -2,7 +2,7 @@ -r prod.txt # Testing -pytest==6.1.1 +pytest==6.2.1 WebTest==2.0.35 factory-boy==3.1.0 pdbpp==0.10.2