Skip to content

Commit 7a1e37f

Browse files
fix: update pytest-mock requirement from <3.10.1 to <3.15.2
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.15.1) --- updated-dependencies: - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0537a4c commit 7a1e37f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ test = [
3939
"pylint==2.17.4",
4040
"pylint_junit",
4141
"pytest-cov==4.0.0",
42-
"pytest-mock<3.10.1",
42+
"pytest-mock<3.15.2",
4343
"pytest-runner",
4444
"pytest==7.3.1",
4545
"pytest-github-actions-annotate-failures",

0 commit comments

Comments
 (0)