Skip to content

Commit a202db6

Browse files
fix: update pytest-mock requirement from <3.10.1 to <3.14.1
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.14.0) --- updated-dependencies: - dependency-name: pytest-mock dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2005491 commit a202db6

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
@@ -50,7 +50,7 @@ test = [
5050
"pylint==3.3.3",
5151
"pylint_junit",
5252
"pytest-cov==6.0.0",
53-
"pytest-mock<3.10.1",
53+
"pytest-mock<3.14.1",
5454
"pytest-runner",
5555
"pytest==8.3.4",
5656
"pytest-github-actions-annotate-failures",

0 commit comments

Comments
 (0)