From 4f16eab6a5418a936762d0029a09277c0f423f90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:47:19 +0000 Subject: [PATCH] [PIP] Update pytest-subtests requirement Updates the requirements on [pytest-subtests](https://github.com/pytest-dev/pytest-subtests) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-subtests/releases) - [Changelog](https://github.com/pytest-dev/pytest-subtests/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-subtests/compare/v0.12.0...v0.14.0) --- updated-dependencies: - dependency-name: pytest-subtests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index 2fe0a5d..acdfe7f 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,6 +1,6 @@ # Test requirements pytest>=7.0.0,<=8.3.3 -pytest-subtests>=0.12.0,<=0.12.1 +pytest-subtests>=0.12.0,<=0.14.0 python-gnupg==0.5.2 # No pinning here, because we only switch on optional dependencies here.