From 35472777614088d7b2c528b3b5a17d7a76311857 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Jan 2021 06:26:09 +0000 Subject: [PATCH] Bump pytest from 6.1.1 to 6.2.2 in /requirements Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.1.1 to 6.2.2. - [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.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 2d6dea2..cdbdf73 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -2,7 +2,7 @@ -r prod.txt # Testing -pytest==6.1.1 +pytest==6.2.2 WebTest==2.0.35 factory-boy==3.1.0 pdbpp==0.10.2