From a76b337c9af041d959f37c6714edb49b23bdd011 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 05:48:29 +0000 Subject: [PATCH] Bump pytest-runner from 5.3.1 to 6.0.0 Bumps [pytest-runner](https://github.com/pytest-dev/pytest-runner) from 5.3.1 to 6.0.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/v5.3.1...v6.0.0) --- updated-dependencies: - dependency-name: pytest-runner dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 698d830..c3db0b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ werkzeug==1.0.1 # dev pytest==6.2.4 -pytest-runner==5.3.1 +pytest-runner==6.0.0 pytest-asyncio==0.15.1 coveralls==3.3.1 pycodestyle==2.9.1