From 7060375c7a73a99e2be67b3fea20a1fe97639dc4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 5 May 2021 06:15:15 +0000 Subject: [PATCH] Bump pytest from 6.0.1 to 6.2.4 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.0.1 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/6.0.1...6.2.4) Signed-off-by: dependabot-preview[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 2cff5c3..1a7d002 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -2,7 +2,7 @@ -r prod.txt # Testing -pytest==6.0.1 +pytest==6.2.4 WebTest==2.0.35 factory-boy==3.0.1