From fb059a69287b8a8ef0ed3783938ec8809cc3d04b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 19 Feb 2019 12:20:16 +0000 Subject: [PATCH] :arrow_up: Bump pytest-runner from 4.2 to 4.4 Bumps [pytest-runner](https://github.com/pytest-dev/pytest-runner) from 4.2 to 4.4. - [Release notes](https://github.com/pytest-dev/pytest-runner/releases) - [Changelog](https://github.com/pytest-dev/pytest-runner/blob/master/docs/history.rst) - [Commits](https://github.com/pytest-dev/pytest-runner/compare/4.2...4.4) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4be853a..20639fe 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ packages=find_packages(), install_requires=[ "fastapi==0.5.1", - "pytest_runner==4.2", + "pytest_runner==4.4", "zenroom==0.0.5", "pre-commit==1.14.4", "python-multipart==0.0.5",