From 252fa20726c2cf6ef28759008e183d85e4b4cbb5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2019 10:00:26 +0100 Subject: [PATCH] Bump pytest from 4.6.2 to 4.6.5 (#136) Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.6.2 to 4.6.5. - [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.6.2...4.6.5) Signed-off-by: dependabot-preview[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 b9cf708..bae03b5 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,5 +1,5 @@ flake8==3.7.8 nose==1.3.7 pylint==1.9.4 -pytest==4.6.2 +pytest==4.6.5 pytest-watch==4.2.0 -- GitLab