Skip to content

Commit c260c3e

Browse files
Update mock requirement from ^4.0 to ^5.0 (#35)
Updates the requirements on [mock](https://github.com/testing-cabal/mock) to permit the latest version. - [Release notes](https://github.com/testing-cabal/mock/releases) - [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst) - [Commits](testing-cabal/mock@4.0.0...5.0.0) --- updated-dependencies: - dependency-name: mock dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7300e63 commit c260c3e

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
@@ -24,7 +24,7 @@ django = "^2.2||^3.0||^4.0"
2424

2525
[tool.poetry.dev-dependencies]
2626
bump2version = "^1.0"
27-
mock = "^4.0"
27+
mock = "^5.0"
2828
flake8 = "^5.0"
2929
pytest = "^7.0"
3030
pytest-cov = "^4.0"

0 commit comments

Comments
 (0)