From 91d3df41a2dc519bf86cdd1a20d247d4fa0b5b59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 13:02:34 +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.15.0) --- updated-dependencies: - dependency-name: pytest-subtests dependency-version: 0.15.0 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 5c7cacb..01851b5 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,6 +1,6 @@ # Test requirements pytest>=7.0.0,<=8.4.2 -pytest-subtests>=0.12.0,<=0.14.2 +pytest-subtests>=0.12.0,<=0.15.0 python-gnupg==0.5.5 # No pinning here, because we only switch on optional dependencies here.