Skip to content

Commit 3c59823

Browse files
chore(deps-dev): update mock requirement from ~=4.0 to ~=5.0 (#812)
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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 55ac01f commit 3c59823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ black = "~=22.12.0"
88
httpretty = "~=1.1"
99
isort = "~=5.11"
1010
mypy = "~=0.991"
11-
mock = "~=4.0"
11+
mock = "~=5.0"
1212
pre-commit = "~=2.21"
1313
pylint = "~=2.15.9"
1414
pytest = "~=7.2"

0 commit comments

Comments
 (0)