Skip to content

Commit 028745d

Browse files
Update pytest-mock requirement from <3.6.2 to <3.7.1 (#881)
Updates the requirements on [pytest-mock](https://github.com/pytest-dev/pytest-mock) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest-mock@v0.1.0...v3.7.0) --- updated-dependencies: - dependency-name: pytest-mock dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 016b6e7 commit 028745d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pillow==9.0.1
88
pytest==7.0.1
99
pytest-cache==1.0
1010
pytest-cov==3.0.0
11-
pytest-mock<3.6.2
11+
pytest-mock<3.7.1
1212
recommonmark==0.7.1
1313
requests==2.27.1
1414
requests-mock==1.9.3

0 commit comments

Comments
 (0)