Skip to content

Commit

Permalink
Update dependency pytest-mock to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 15, 2024
1 parent 47c77d8 commit cb607d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{ cookiecutter.project_slug }}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pylint = { version = "^2.0", python = "^3.6" }
# Testing
pytest = "^3.3"
pytest-cov = "*"
pytest-mock = "1.13.0"
pytest-mock = "3.14.0"
responses = "0.25.3"
typing = { version = "^3.6.6", python = "^3.6" }
codecov = "*"
Expand Down

0 comments on commit cb607d0

Please sign in to comment.