From 842ebe822fd4aecd9e7afd220db6a84c717ff3fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 20:53:03 +0000 Subject: [PATCH] Update pytest-runner requirement in /.github/scripts Updates the requirements on [pytest-runner](https://github.com/pytest-dev/pytest-runner) to permit the latest version. - [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/1.0a1...v6.0.1) --- updated-dependencies: - dependency-name: pytest-runner dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/requirements.txt b/.github/scripts/requirements.txt index 31238e4d..13e3baf3 100644 --- a/.github/scripts/requirements.txt +++ b/.github/scripts/requirements.txt @@ -5,7 +5,7 @@ pip ; python_version >= '3.5' pylint <2.15.10 pytest <=7.2.1 pytest-pylint <=1.1.2 -pytest-runner <6.0.0 +pytest-runner <7.0.0 termcolor <2.5.0 hypothesis <6.100.0 python-Levenshtein <0.20.9 ; python_version == '2.7'