From 954cedae9d97c31373e873b60ded57b05fa99d74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:42:38 +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 96cbda6..0f4ce37 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,5 +1,5 @@ # Test requirements pytest>=7.0.0,<=8.3.4 -pytest-subtests>=0.12.0,<=0.13.1 +pytest-subtests>=0.12.0,<=0.14.0 python-gnupg==0.5.3 trustme>=1.1.0,<1.3