Skip to content

Commit 8a761c7

Browse files
build(deps): update testfixtures requirement from ~=8.2.0 to testfixtures>=8.3.0, <= 10.0.0 (#81)
Updates the requirements on [testfixtures](https://github.com/Simplistix/testfixtures) to permit the latest version. - [Changelog](https://github.com/simplistix/testfixtures/blob/master/CHANGELOG.rst) - [Commits](simplistix/testfixtures@8.2.0...8.3.0) --- updated-dependencies: - dependency-name: testfixtures dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Muhammad Sufyan <muhammad.sufyan@apimatic.io>
1 parent 22caa53 commit 8a761c7

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
tests_require=[
3535
'pytest>=7.2.2, <8.4.0',
3636
'coverage>=7.2.2, <7.7.0',
37-
'pytest-cov>=4.0, <6.1'
37+
'pytest-cov>=4.0, <6.1',
38+
'testfixtures>=8.3.0, <= 10.0.0'
3839
]
3940
)

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, <8.4.0
22
pytest-mock~=3.14.0
33
coverage>=7.2.2, <7.7.0
4-
testfixtures~=8.2.0
4+
testfixtures>=8.3.0, <= 10.0.0

0 commit comments

Comments
 (0)