From 4c96bc3475ba0c97f815a050e79d7983d76233cf Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 26 May 2020 20:57:12 +0100 Subject: fixed project requirements - django and pytest --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements/local.txt') diff --git a/requirements/local.txt b/requirements/local.txt index 30d4a06..eacbdb5 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -5,7 +5,7 @@ psycopg2-binary # https://github.com/psycopg/psycopg2 # Testing # ------------------------------------------------------------------------------ -pytest==3.4.2 # https://github.com/pytest-dev/pytest +pytest==5.4.2 # https://github.com/pytest-dev/pytest selenium==3.141.0 # Code quality -- cgit v1.2.3