From 48664b6e9f4b3c8a4ba0f4481d6a4304418be963 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 00:43:10 +0000 Subject: [PATCH] build(deps): update testfixtures requirement Updates the requirements on [testfixtures](https://github.com/Simplistix/testfixtures) to permit the latest version. - [Changelog](https://github.com/simplistix/testfixtures/blob/main/CHANGELOG.rst) - [Commits](https://github.com/Simplistix/testfixtures/compare/8.3.0...11.0.0) --- updated-dependencies: - dependency-name: testfixtures dependency-version: 11.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0703d0f..501fa61 100644 --- a/setup.py +++ b/setup.py @@ -35,6 +35,6 @@ 'pytest>=7.2.2, <9.1.0', 'coverage>=7.2.2, <7.14.0', 'pytest-cov>=4.0, <7.1', - 'testfixtures>=8.3.0, <= 10.0.0' + 'testfixtures>= 8.3.0, <= 11.0.0' ] ) diff --git a/test-requirements.txt b/test-requirements.txt index ea32e8e..ca1e1a1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ pytest>=7.2.2, <9.1.0 pytest-mock~=3.14.0 coverage>=7.2.2, <7.14.0 -testfixtures>=8.3.0, <= 10.0.0 +testfixtures>= 8.3.0, <= 11.0.0