From 941b2d5a54aa357af4fb0a5e66911a72276f9fa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2019 09:46:17 +0100 Subject: [PATCH] Bump pytest from 4.3.0 to 4.4.0 (#87) Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.3.0 to 4.4.0. - [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/compare/4.3.0...4.4.0) Signed-off-by: dependabot[bot] <support@dependabot.com> --- requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index e3c1c5a..6ba3d0e 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -2,5 +2,5 @@ flake8==3.7.7 Cython==0.29.6 nose==1.3.7 pylint==1.9.4 -pytest==4.3.0 +pytest==4.4.0 pytest-watch==4.2.0 -- GitLab