From d10afff2cf7208ada5ceacc50144f369ff11cbca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 13 Mar 2019 21:14:05 +0100 Subject: [PATCH] Bump pytest from 4.3.0 to 4.3.1 (#110) Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.3.0 to 4.3.1. - [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.3.1) Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 6b373f3..84c575f 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -13,6 +13,6 @@ enum34==1.1.6; python_version < '3.4' PyYAML==3.13 toml==0.10.0 -pytest==4.3.0 +pytest==4.3.1 pytest-runner==4.2 pytest-cov==2.6.1