From eca36cb868468eeb34fefc9ebcc6f46fcd6d94e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2020 13:26:13 +0200 Subject: [PATCH] Bump pytest from 5.4.1 to 5.4.3 (#1144) Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.1 to 5.4.3. - [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/5.4.1...5.4.3) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index ae78feab21..eba4c87557 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -4,7 +4,7 @@ pillow pexpect # Unit tests -pytest==5.4.1 +pytest==5.4.3 pytest-cov==2.8.1 pytest-mock==1.13.0 asyncmock==0.4.2