From 8cc898a0f7c63c1b29c85ab80026f54336d79c98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Mar 2021 19:15:52 +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 01687d60..12bb08d2 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', ] # WARNING: This imposes limitations on test/requirements.txt such that the