From 17c36e5a2394dfd152b0ba3c8c1464c1599892f3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2019 08:05:56 +0000 Subject: [PATCH] :arrow_up: Bump pytest-runner from 4.4 to 5.1 Bumps [pytest-runner](https://github.com/pytest-dev/pytest-runner) from 4.4 to 5.1. - [Release notes](https://github.com/pytest-dev/pytest-runner/releases) - [Changelog](https://github.com/pytest-dev/pytest-runner/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-runner/compare/4.4...5.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 c389059..221240e 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ install_requires=[ "bunch==1.0.1", "fastapi==0.42.0", - "pytest_runner==4.4", + "pytest_runner==5.1", "zenroom==1.0.7rc0", "pre-commit==1.17.0", "python-multipart==0.0.5",