From 1606a46ea5a50c1e5d9c7e437614f72ab9fcdd13 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 30 Jul 2020 09:07:07 +1200 Subject: [PATCH] Update pytest from 5.4.3 to 6.0.0 --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 3769b2711..6d3b766c6 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -6,7 +6,7 @@ psycopg2-binary==2.8.5 # https://github.com/psycopg/psycopg2 # Testing # ------------------------------------------------------------------------------ mypy==0.781 # https://github.com/python/mypy -pytest==5.4.3 # https://github.com/pytest-dev/pytest +pytest==6.0.0 # https://github.com/pytest-dev/pytest pytest-sugar==0.9.3 # https://github.com/Frozenball/pytest-sugar # Code quality