From 183abea17c18a765f4bbd445cd107331870bd2ac Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 27 Sep 2020 12:02:15 +0200 Subject: [PATCH] Pin pytest to latest version 6.1.0 --- {{cookiecutter.project_slug}}/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements.txt b/{{cookiecutter.project_slug}}/requirements.txt index 8e8a8ab..451bb5b 100644 --- a/{{cookiecutter.project_slug}}/requirements.txt +++ b/{{cookiecutter.project_slug}}/requirements.txt @@ -1,3 +1,3 @@ masonite>=2.3 flake8==3.8.3 -pytest +pytest==6.1.0