Skip to content

Commit

Permalink
Update dependency pytest-mock to v1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 14, 2024
1 parent 22dd167 commit ea6ef9e
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.10.1"
pytest-mock = "1.13.0"
responses = "0.10.5"
typing = { version = "^3.6.6", python = "^3.6" }
codecov = "*"
Expand Down

0 comments on commit ea6ef9e

Please sign in to comment.