From f011606c5fb7d69fe3170e63b0eacef718e82ea3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 May 2021 05:36:20 +0000 Subject: [PATCH] Bump pytest-runner from 5.2.0 to 5.3.1 Bumps [pytest-runner](https://github.com/pytest-dev/pytest-runner) from 5.2.0 to 5.3.1. - [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.1) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a7343d86..c627dde4 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,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.1', ] # WARNING: This imposes limitations on test/requirements.txt such that the