From 44f301ccfbe0f065e43a5795ab0d7319b05f5e39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 26 Nov 2018 10:33:12 +0000 Subject: [PATCH] Update pytest requirement from ~=3.10.1 to ~=4.0.1 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/commits/4.0.1) Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index ba8d3cb84..680fa2b59 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ coverage ~=4.5.2 doctr ~=1.7.4 pyflakes ~=2.0.0 -pytest ~=3.10.1 +pytest ~=4.0.1 vcrpy ~=2.0.1 doctr ~=1.7.4 ipython ~=6.5.0