From 7a5223763a903a2d0d066bc31acbdeb604b45123 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 21:14:25 +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.1) --- 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 a83f025..e762546 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,6 +1,6 @@ # Test requirements pytest>=7.0.0,<=8.3.4 -pytest-subtests>=0.12.0,<=0.14.0 +pytest-subtests>=0.12.0,<=0.14.1 python-gnupg==0.5.2 # No pinning here, because we only switch on optional dependencies here.