From b8e32d9bd99a85f384fdd6152f2bbdfd4f00e40d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 2 Jun 2020 17:51:25 +0100 Subject: [PATCH] Update pytest from 4.1.1 to 5.4.3 --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 035c1ec..eb188d1 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -7,7 +7,7 @@ psycopg2==2.7.4 --no-binary psycopg2 # https://github.com/psycopg/psycopg2 # Testing # ------------------------------------------------------------------------------ -pytest==4.1.1 # https://github.com/pytest-dev/pytest +pytest==5.4.3 # https://github.com/pytest-dev/pytest mypy==0.660 # https://github.com/python/mypy pytest-sugar==0.9.2 # https://github.com/Frozenball/pytest-sugar