From 15fb49ba36cb371d8f7b745dec8e2d111b23e9bd Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 26 Jan 2021 01:06:06 +0000 Subject: [PATCH] Update pytest from 4.1.1 to 6.2.2 --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 035c1ec..52f7536 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==6.2.2 # 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