Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fb1552c

Browse files
authoredMay 26, 2025··
chore(deps-dev): update pytest-mock requirement from 3.14.0 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@v3.14.0...v3.14.1) --- updated-dependencies: - dependency-name: pytest-mock dependency-version: 3.14.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7616bf7 commit fb1552c

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
@@ -17,7 +17,7 @@ optional = true
1717

1818
[tool.poetry.group.dev.dependencies]
1919
pytest = "8.3.5"
20-
pytest-mock = "3.14.0"
20+
pytest-mock = "3.14.1"
2121
pylint = "3.3.7"
2222
flake8 = "7.2.0"
2323
flake8-pytest-style = "2.1.0"

0 commit comments

Comments
 (0)
Please sign in to comment.