diff --git a/Pipfile b/Pipfile index 0cc6ef8..2f6eb7d 100644 --- a/Pipfile +++ b/Pipfile @@ -13,6 +13,6 @@ coveralls = "==1.7.0" flake8 = "==3.7.7" flake8-docstrings = "==1.3.0" flake8-isort = "==2.7.0" -pytest = "==4.4.0" +pytest = "==5.1.1" pytest-cov = "==2.6.1" pytest-selenium = "==1.16.0"