Skip to content

Commit 7aaf1c4

Browse files
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](simplistix/testfixtures@8.3.0...12.0.0) --- updated-dependencies: - dependency-name: testfixtures dependency-version: 12.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c1548a2 commit 7aaf1c4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
'pytest>=7.2.2, <9.1.0',
3636
'coverage>=7.2.2, <7.14.0',
3737
'pytest-cov>=4.0, <7.1',
38-
'testfixtures>=8.3.0, <= 10.0.0'
38+
'testfixtures>= 8.3.0, <= 12.0.0'
3939
]
4040
)

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pytest>=7.2.2, <9.1.0
22
pytest-mock~=3.14.0
33
coverage>=7.2.2, <7.14.0
4-
testfixtures>=8.3.0, <= 10.0.0
4+
testfixtures<= 12.0.0, >= 12.0.0

0 commit comments

Comments
 (0)