diff --git a/Pipfile b/Pipfile index f3d52fe1..70190ca5 100644 --- a/Pipfile +++ b/Pipfile @@ -17,6 +17,6 @@ requests = "==2.18.4" coverage = "==4.5.1" flake8 = "==3.4.1" pyjokes = "==0.5.0" -pytest = "==3.4.2" +pytest = "==3.5.0" pytest-cov = "==2.5.1" pytest-flake8 = "==1.0.0" diff --git a/Pipfile.lock b/Pipfile.lock index 2fa31ef5..b79df193 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -163,7 +163,7 @@ }, "pytest": { "hashes": [], - "version": "==3.4.2" + "version": "==3.5.0" }, "pytest-cov": { "hashes": [ diff --git a/test-requirements.txt b/test-requirements.txt index 79ec243c..03878a5e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,6 +1,6 @@ coverage==4.5.1 flake8==3.5.0 pyjokes==0.5.0 -pytest==3.4.2 +pytest==3.5.0 pytest-cov==2.5.1 pytest-flake8==1.0.0