Skip to content

Commit d676eed

Browse files
Update mock requirement from ~=3.0 to ~=4.0 (#502)
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@3.0.0...4.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent a316597 commit d676eed

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
@@ -19,7 +19,7 @@ tox-travis = "~=0.12"
1919

2020
httpretty = "~=0.9"
2121
python-dateutil = "~=2.8"
22-
mock = "~=3.0"
22+
mock = "~=4.0"
2323

2424
pylint = "~=2.4"
2525
astroid = "~=2.3"

0 commit comments

Comments
 (0)