From ebce25ff1c5c63c01a37fc1d331a16c96a1c464f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 20:02:49 +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...12.3.0) --- updated-dependencies: - dependency-name: testfixtures dependency-version: 12.3.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 eab7bd0..dd82c23 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.2', - 'testfixtures>=8.3.0, <= 10.0.0' + 'testfixtures>= 8.3.0, <= 12.3.0' ] ) diff --git a/test-requirements.txt b/test-requirements.txt index ea32e8e..9caf757 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<= 12.3.0, >= 12.3.0