Skip to content
This repository was archived by the owner on Oct 29, 2025. It is now read-only.

Commit c74f036

Browse files
Update dependency pytest-mock to v3
1 parent ce74207 commit c74f036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{ cookiecutter.project_slug }}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pylint = { version = "^2.0", python = "^3.6" }
4141
# Testing
4242
pytest = "^3.3"
4343
pytest-cov = "*"
44-
pytest-mock = "1.13.0"
44+
pytest-mock = "3.15.1"
4545
responses = "0.25.8"
4646
typing = { version = "^3.6.6", python = "^3.6" }
4747
codecov = "*"

0 commit comments

Comments
 (0)