From 26310a1addd02a7de7c9daa3e5fb4d0a343d5349 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Feb 2021 05:55:35 +0000 Subject: [PATCH] Bump pytest-runner from 5.2.0 to 5.3.0 Bumps [pytest-runner](https://github.com/pytest-dev/pytest-runner) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/pytest-dev/pytest-runner/releases) - [Changelog](https://github.com/pytest-dev/pytest-runner/blob/main/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-runner/compare/5.2...v5.3.0) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6ced38d0..5fa489b7 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup_requires = [ # Pin pytest-runner to 5.2.0, since 5.3.0 uses `find_namespaces` directive, not supported in # Python 2.7 - 'pytest-runner == 5.2.0', + 'pytest-runner == 5.3.0', ] test_reqs = [